Skip to content

Commit ce90b61

Browse files
committed
Add chapters to readme
1 parent ff43acd commit ce90b61

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,21 @@
33
1. **Python Data Science Toolbox**
44
* Part I
55
* [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
68
2. **Importing Data in Python**
79
* [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
813
* [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
916
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
1021
4. **pandas DataFrame**
1122
* [pandas Foundations](https://github.com/Rion5/Python_Data_Science/tree/master/pandas/pandas_Foundations)
1223
* Common Commands

0 commit comments

Comments
 (0)