Stephanie
Lead Data Scientist @JULO | Ex. GOJEK, UNILEVER.
Course Overview
Build practical data analysis skills with Python: clean data, explore patterns, and communicate insights with confidence.
This lesson
Pandas gives you DataFrames—tabular data with named columns and rich operations for exploration.
Skills in this lesson:
- Loading CSV and inspecting
shape,dtypes, andhead() - Selecting columns, filtering rows, and sorting
- Basic aggregates: counts, sums, and grouped summaries
Goal: answer simple business questions directly from the table.