├── .gitignore ├── Git-keyterm.pdf ├── Images ├── Data Science.png └── Programming.jpg ├── Project 1 ├── 1st-presentation-query.sql ├── 2nd-presentation-query.sql ├── 3rd-presentation-query.sql ├── 4th-presentation-query.sql ├── Project 1 for Submission │ ├── SQL Query.txt │ ├── Saurav Raghuvanshi SQL submission.pdf │ └── Saurav Raghuvanshi SQL submission.pptx ├── Project Question │ ├── set-1-question-1.sql │ ├── set-1-question-2.sql │ ├── set-1-question-3.sql │ ├── set-2-question-1.sql │ ├── set-2-question-2.sql │ └── set-2-question-3.sql └── SQL Project.zip ├── Project-2 ├── bikeshare.py └── requirements.txt ├── Project-3 ├── Git Commands Documentation.pdf └── Project 3.zip ├── Python practice code ├── Generator.ipynb ├── Lesson 4- Flow Control.ipynb ├── Lesson 5-Function.ipynb ├── Lesson 7 NumPy.ipynb ├── Pandas.ipynb ├── US bikeshare data practice questions.ipynb ├── goog-1.csv └── my_array.npy └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/.gitignore -------------------------------------------------------------------------------- /Git-keyterm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Git-keyterm.pdf -------------------------------------------------------------------------------- /Images/Data Science.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Images/Data Science.png -------------------------------------------------------------------------------- /Images/Programming.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Images/Programming.jpg -------------------------------------------------------------------------------- /Project 1/1st-presentation-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/1st-presentation-query.sql -------------------------------------------------------------------------------- /Project 1/2nd-presentation-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/2nd-presentation-query.sql -------------------------------------------------------------------------------- /Project 1/3rd-presentation-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/3rd-presentation-query.sql -------------------------------------------------------------------------------- /Project 1/4th-presentation-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/4th-presentation-query.sql -------------------------------------------------------------------------------- /Project 1/Project 1 for Submission/SQL Query.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project 1 for Submission/SQL Query.txt -------------------------------------------------------------------------------- /Project 1/Project 1 for Submission/Saurav Raghuvanshi SQL submission.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project 1 for Submission/Saurav Raghuvanshi SQL submission.pdf -------------------------------------------------------------------------------- /Project 1/Project 1 for Submission/Saurav Raghuvanshi SQL submission.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project 1 for Submission/Saurav Raghuvanshi SQL submission.pptx -------------------------------------------------------------------------------- /Project 1/Project Question/set-1-question-1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project Question/set-1-question-1.sql -------------------------------------------------------------------------------- /Project 1/Project Question/set-1-question-2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project Question/set-1-question-2.sql -------------------------------------------------------------------------------- /Project 1/Project Question/set-1-question-3.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project Question/set-1-question-3.sql -------------------------------------------------------------------------------- /Project 1/Project Question/set-2-question-1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project Question/set-2-question-1.sql -------------------------------------------------------------------------------- /Project 1/Project Question/set-2-question-2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project Question/set-2-question-2.sql -------------------------------------------------------------------------------- /Project 1/Project Question/set-2-question-3.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/Project Question/set-2-question-3.sql -------------------------------------------------------------------------------- /Project 1/SQL Project.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project 1/SQL Project.zip -------------------------------------------------------------------------------- /Project-2/bikeshare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project-2/bikeshare.py -------------------------------------------------------------------------------- /Project-2/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project-2/requirements.txt -------------------------------------------------------------------------------- /Project-3/Git Commands Documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project-3/Git Commands Documentation.pdf -------------------------------------------------------------------------------- /Project-3/Project 3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Project-3/Project 3.zip -------------------------------------------------------------------------------- /Python practice code/Generator.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Python practice code/Generator.ipynb -------------------------------------------------------------------------------- /Python practice code/Lesson 4- Flow Control.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Python practice code/Lesson 4- Flow Control.ipynb -------------------------------------------------------------------------------- /Python practice code/Lesson 5-Function.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Python practice code/Lesson 5-Function.ipynb -------------------------------------------------------------------------------- /Python practice code/Lesson 7 NumPy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Python practice code/Lesson 7 NumPy.ipynb -------------------------------------------------------------------------------- /Python practice code/Pandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Python practice code/Pandas.ipynb -------------------------------------------------------------------------------- /Python practice code/US bikeshare data practice questions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Python practice code/US bikeshare data practice questions.ipynb -------------------------------------------------------------------------------- /Python practice code/goog-1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Python practice code/goog-1.csv -------------------------------------------------------------------------------- /Python practice code/my_array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/Python practice code/my_array.npy -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sauravraghuvanshi/Udacity-programming-for-Data-Science-With-Python-Nanodegree/HEAD/README.md --------------------------------------------------------------------------------