Aggregation#
Aggregate the columns in the DataFrame to their maximum value. |
|
Aggregate the columns in the DataFrame to their mean value. |
|
Aggregate the columns in the DataFrame to their median value. |
|
Aggregate the columns in the DataFrame to their minimum value. |
|
|
Aggregate the columns in the DataFrame to their quantile value. |
|
Aggregate the columns in the DataFrame to their standard deviation value. |
Aggregate the columns in the DataFrame to their sum value. |
|
|
Aggregate the columns in the DataFrame to their variance value. |