Concept Flow - Pivot and unpivot concepts
Start with raw table
Choose columns to transform
Pivot: Rows to Columns
Aggregated summary
Unpivot: Columns to Rows
Normalized detailed table
Pivot turns row values into columns to summarize data. Unpivot reverses this, turning columns back into rows for detailed view.