GroupedData API#
GroupedData objects are returned by groupby call:
Dataset.groupby()
.
Computations or Descriptive Stats#
Compute count aggregation. |
|
Compute grouped max aggregation. |
|
Compute grouped mean aggregation. |
|
Compute grouped min aggregation. |
|
Compute grouped standard deviation aggregation. |
|
Compute grouped sum aggregation. |
Function Application#
Implements an accumulator-based aggregation. |
|
Apply the given function to each group of records of this dataset. |