Concept Flow - Named aggregation
Start with DataFrame
Group data by column
Apply aggregation functions
Use named aggregation syntax
Create new DataFrame with named columns
Output aggregated DataFrame
Group data by a column, apply aggregation functions with custom names, and get a new summarized DataFrame.