|
3 | 3 | 1. **Python Data Science Toolbox**
|
4 | 4 | * Part I
|
5 | 5 | * [Part II](https://github.com/Rion5/Python_Data_Science/tree/master/Python_Data_Science_Toolbox/Python_Data_Science_Toolbox_pt2)
|
| 6 | + * Iterators |
| 7 | + * List Comprehensions and Generators |
6 | 8 | 2. **Importing Data in Python**
|
7 | 9 | * [Part I](https://github.com/Rion5/Python_Data_Science/tree/master/Importing_Data/Importing_Data_in_Python_pt1)
|
| 10 | + * Importing Flat Files |
| 11 | + * Importing Other File Types |
| 12 | + * Working With Relational Databases |
8 | 13 | * [Part II](https://github.com/Rion5/Python_Data_Science/tree/master/Importing_Data/Importing_Data_in_Python_pt2)
|
| 14 | + * Importing Data from the Internet |
| 15 | + * Importing Data from APIs and JSON |
9 | 16 | 3. **[Cleaning Data in Python](https://github.com/Rion5/Python_Data_Science/tree/master/Cleaning_Data_in_Python)**
|
| 17 | + * Exploring Data |
| 18 | + * Tidying Data for Analysis |
| 19 | + * Combining Data for Analysis |
| 20 | + * Cleaning Data for Analysis |
10 | 21 | 4. **pandas DataFrame**
|
11 | 22 | * [pandas Foundations](https://github.com/Rion5/Python_Data_Science/tree/master/pandas/pandas_Foundations)
|
12 | 23 | * Common Commands
|
|
0 commit comments