Day 1 — Loading and cleaning
- Jupyter and friends: a comfortable lab
- Series and DataFrame: the two building blocks
- Loading CSV, Excel, JSON and SQL
- Looking at your data before trusting it
- Selecting with loc, iloc and boolean masks
- Fixing types and encodings
- Missing data: find it, fill it or drop it
- Duplicates and outliers
- Text columns with the str accessor