Supported Aggregation Functions¶
This page lists which aggregation functions are supported by DataFrame.agg
;
Series.agg
; DataFrameGroupBy.agg
; SeriesGroupBy.agg
; and the pivot
methods pd.pivot_table
, DataFrame.pivot_table
, and pd.crosstab
.
Note
Y
stands for yes (supports distributed implementation), N
stands for no (API simply errors out),
and P
stands for partial (meaning some parameters may not be supported yet).
Both Python builtin and NumPy functions are supported for DataFrameGroupBy.agg
and SeriesGroupBy.agg
.
Aggregation Function |
|
|
|
|
pivot methods support? (Y/N/P) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|