Concept Flow - Pivot with aggregation functions
Start with DataFrame
Choose index, columns, values
Apply aggregation function
Create pivot table
View summarized data
We start with a DataFrame, select which columns to use as index, columns, and values, then apply an aggregation function to summarize data in a pivot table.