GroupedDataset API
Contents
GroupedDataset API#
GroupedDataset objects are returned by groupby call: Dataset.groupby().
Constructor#
|
Represents a grouped dataset created by calling |
Computations / Descriptive Stats#
Compute count aggregation. |
|
|
Compute grouped sum aggregation. |
|
Compute grouped min aggregation. |
|
Compute grouped max aggregation. |
|
Compute grouped mean aggregation. |
|
Compute grouped standard deviation aggregation. |
Function Application#
Implements an accumulator-based aggregation. |
|
Apply the given function to each group of records of this dataset. |
Aggregate Function#
|
PublicAPI: This API is stable across Ray releases. |
Defines count aggregation. |
|
|
Defines sum aggregation. |
|
Defines max aggregation. |
|
Defines mean aggregation. |
|
Defines standard deviation aggregation. |
|
Defines absolute max aggregation. |