Introduction
Aggregation helps us summarize data by combining values. Doing it along specific axes lets us focus on rows or columns separately.
You want to find the average score of each student across subjects.
You need the total sales per product from a sales table.
You want to find the maximum temperature each day from hourly data.
You want to count how many times each category appears in columns.