Block 40: Mini-Project: Visual Data Story
Build a complete EDA notebook with 4+ plots telling a story.
Concepts
- Selecting the right chart type for the question
- Combining pandas + Seaborn/Matplotlib
- Writing markdown narrative between charts
Code Examples
See exercise below.
Exercise
Using the tips or titanic dataset: create (1) a distribution plot, (2) a relationship plot, (3) a category comparison, and (4) a correlation heatmap. Add a 1-sentence insight below each. Write a 'headline finding' as the first cell in your notebook.
Homework
Reflection: List the 5 most powerful visualization techniques you learned this week and when to use each.