In 2026, the volume of data generated is massive, but the human attention span is shorter than ever. The ability to condense 10 million rows of data into a single, interpretable graphic is a superpower in:
- Executive Decision Making: Turning quarterly metrics into actionable insights.
- Scientific Research: Creating figures that meet the rigorous standards of Nature or Science journals.
- Machine Learning: Performing Exploratory Data Analysis (EDA) to find hidden correlations before training models.
- Public Communication: Simplifying complex trends (like climate data or public health) for a general audience.
- Setting up the Jupyter environment
- Pandas essentials: Loading, filtering, and grouping data
- The Matplotlib Object-Oriented API: Figures vs. Axes
- Anatomy of a plot: Titles, labels, ticks, and legends
- Seaborn: High-level interfaces for statistical graphics
- Visualizing distributions: KDE plots, Box plots, and Violin plots
- Relational plots: Regression lines and Scatter matrices
- Handling Categorical vs. Continuous data variables
- Heatmaps for correlation matrices
- FacetGrids: Mapping plot types across data subsets
- 3D plotting and basics of interactive visuals
- Exploratory Data Analysis (EDA) workflow
- End-to-end data story: From raw CSV to final PDF report
- Peer review and expert feedback on visual clarity
- Optimizing for color-blind accessibility
- Final Assessment and NSTC Certification
Pandas DataFrames
Matplotlib (Pyplot)
Seaborn Statistics
Jupyter Notebooks
Data Storytelling







