Aggregate Methods
Learn how to do aggregation on a Series.
We'll cover the following
Aggregate methods collapse the values of a Series down to a scalar. It allows us to take detailed data and collapse it to a single value.
Aggregations
If we want to calculate the mean value of a Series, we can use the aggregation method mean
:
Get hands-on with 1400+ tech skills courses.