Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "## DATA SCIENCE CAPSTONE PROJECT\n",
  8. "This Notebook will be solely used for Data Science Capstone Project"
  9. ]
  10. },
  11. {
  12. "cell_type": "code",
  13. "execution_count": 1,
  14. "metadata": {},
  15. "outputs": [],
  16. "source": [
  17. "import pandas as pd\n",
  18. "import numpy as np"
  19. ]
  20. },
  21. {
  22. "cell_type": "code",
  23. "execution_count": 8,
  24. "metadata": {},
  25. "outputs": [
  26. {
  27. "name": "stdout",
  28. "output_type": "stream",
  29. "text": [
  30. "Hello Capstone Project Course!\n"
  31. ]
  32. }
  33. ],
  34. "source": [
  35. "print('Hello Capstone Project Course!')"
  36. ]
  37. }
  38. ],
  39. "metadata": {
  40. "kernelspec": {
  41. "display_name": "Python 3",
  42. "language": "python",
  43. "name": "python3"
  44. },
  45. "language_info": {
  46. "codemirror_mode": {
  47. "name": "ipython",
  48. "version": 3
  49. },
  50. "file_extension": ".py",
  51. "mimetype": "text/x-python",
  52. "name": "python",
  53. "nbconvert_exporter": "python",
  54. "pygments_lexer": "ipython3",
  55. "version": "3.6.8"
  56. }
  57. },
  58. "nbformat": 4,
  59. "nbformat_minor": 2
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement