This is the first course of the Nanodegree of Data Science from Udacity.
- Author : AH Uyekita
- Dedication : 10 hours/week (suggested)
- Start : 05/12/2018
- End : 14/12/2018
- Title : Data Science I - Foundations Nanodegree Program
- COD : ND110
- Certificate: NT5UAQFD
Finish the course in less than two weeks.
- Bookdown
- Project 01:
- Project 02:
This course is divided into three chapters and two projects.
- Chapter 1 - Welcome
- Lesson 01 -
- Lesson 02 -
- Chapter 2 - Python Introduction
- Lesson 01 -
- Lesson 02 -
- Lesson 03 -
- Lesson 04 -
- Lesson 05 -
- Chapter 3 - Python for Data Analysis
- Lesson 01 -
- Lesson 02 -
- Lesson 03 -
- Lesson 04 -
I have structured the repository folder in this way:
ND110_data_science_foundation_02
|
+-- 01-Chapter_01
| |
| +-- README.md # General information
|
+-- 02-Chapter_02
| |
| +-- README.md # General information
| +-- 00-Project_01 # Project 01
| +-- 01-Lesson_01 # Files from Lesson 01
| | +-- README.md # Notes from Lesson 01 from Chapter 02
| +-- 02-Lesson_02 # Files from Lesson 02
| | +-- README.md # Notes from Lesson 02 from Chapter 02
| .
|
+-- 03-Chapter_03
| |
| +-- README.md # General information
| +-- 00-Project_02 # Project 02
| +-- 01-Lesson_01 # Files from Lesson 01
| | +-- README.md # Notes from Lesson 01 from Chapter 02
| +-- 02-Lesson_02 # Files from Lesson 02
| | +-- README.md # Notes from Lesson 02 from Chapter 02
| .
- Add all deliverables in the
GitKraken Glo
; - Take notes using the
Markdown
.
How to fix my problem.
- Git Bash in root and run:
python -m pip install ipykernel
python -m ipykernel install --user
In Anaconda Prompt:
jupyter notebook --notebook-dir='D:/'