Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. {
  2. "nbformat_minor": 1,
  3. "cells": [
  4. {
  5. "source": "This notebook contains code for the Capstone project of Coursera's Applied Data Science Specialization.",
  6. "cell_type": "markdown",
  7. "metadata": {}
  8. },
  9. {
  10. "execution_count": 1,
  11. "cell_type": "code",
  12. "metadata": {},
  13. "outputs": [
  14. {
  15. "output_type": "stream",
  16. "name": "stdout",
  17. "text": "Hello Capstone Project Course!\n"
  18. }
  19. ],
  20. "source": "import pandas as pd\nimport numpy as np\nprint(\"Hello Capstone Project Course!\")"
  21. },
  22. {
  23. "execution_count": null,
  24. "cell_type": "code",
  25. "metadata": {},
  26. "outputs": [],
  27. "source": ""
  28. }
  29. ],
  30. "metadata": {
  31. "kernelspec": {
  32. "display_name": "Python 3.6",
  33. "name": "python3",
  34. "language": "python"
  35. },
  36. "language_info": {
  37. "mimetype": "text/x-python",
  38. "nbconvert_exporter": "python",
  39. "version": "3.6.8",
  40. "name": "python",
  41. "file_extension": ".py",
  42. "pygments_lexer": "ipython3",
  43. "codemirror_mode": {
  44. "version": 3,
  45. "name": "ipython"
  46. }
  47. }
  48. },
  49. "nbformat": 4
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement