Concept Flow - Pivot tables with pivot_table()
Start with DataFrame
Choose index (rows)
Choose columns (optional)
Choose values to aggregate
Choose aggregation function
pivot_table() creates summary table
Use or display pivot table
Pivot tables summarize data by grouping rows and columns and applying aggregation functions.