Concept Flow - Aggregation functions (sum, mean, std)
Start with data
Choose aggregation function
Apply function to data
Calculate result
Return aggregated value
Aggregation functions take a list of numbers and return a single summary value like total, average, or spread.