Final Review – Data Handling & Visualization
Congratulations! You’ve completed Module 2.
Recap of key concepts:
- Pandas Series & DataFrames – 1D & 2D data
- Loading data (CSV, Excel, JSON)
- Exploring: head, info, describe
- Missing values: isnull, dropna, fillna
- Data cleaning: types, duplicates, renaming
- Filtering & sorting
- Grouping & aggregation
- Merging & joining
- Matplotlib basics (plots, customization)
- Seaborn: beautiful statistical plots
- Box, heatmap, pair plots
- Mini-project: Titanic exploration
You can now load, clean, explore, and visualize real datasets — ready for modeling!