Skip to content

Instantly share code, notes, and snippets.

@AakashVasudevan
Created December 3, 2020 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AakashVasudevan/a2f28ac918e5515a1f8ac866f903894d to your computer and use it in GitHub Desktop.
Save AakashVasudevan/a2f28ac918e5515a1f8ac866f903894d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {
"collapsed": true
},
"cell_type": "markdown",
"source": "# Applied Data Science Capstone Project"
},
{
"metadata": {},
"cell_type": "markdown",
"source": "This notebook will be used to complete the Applied Data Science Capstone Project on Coursera"
},
{
"metadata": {},
"cell_type": "code",
"source": "import pandas as pd\nimport numpy as np",
"execution_count": 1,
"outputs": []
},
{
"metadata": {},
"cell_type": "code",
"source": "print(\"Hello Capstone Project Course!\")",
"execution_count": 2,
"outputs": [
{
"output_type": "stream",
"text": "Hello Capstone Project Course!\n",
"name": "stdout"
}
]
}
],
"metadata": {
"kernelspec": {
"name": "python3",
"display_name": "Python 3.7",
"language": "python"
},
"language_info": {
"name": "python",
"version": "3.7.9",
"mimetype": "text/x-python",
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"pygments_lexer": "ipython3",
"nbconvert_exporter": "python",
"file_extension": ".py"
}
},
"nbformat": 4,
"nbformat_minor": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment