General DataFrame Operations#
Advnaced operations on complicated pandas dataframes.
Multi-Groupby#
|
Group multiple dataframes by the same index levels to apply a function to each group across all dataframes. |
|
Object representing the grouping result of multiple dataframes. |
Generalized Aggregations and Transforms#
|
Apply a set of transformations to DataFrame. |
|
Apply a set of aggregations to any Dataframe. |
|
Metadata for custom aggregations and transformations. |