Aggregation#
Aggregate the columns of this DataFrame to their maximum value. |
|
Get the maximum value horizontally across columns. |
|
Aggregate the columns of this DataFrame to their mean value. |
|
|
Take the mean of all values horizontally across columns. |
Aggregate the columns of this DataFrame to their median value. |
|
Aggregate the columns of this DataFrame to their minimum value. |
|
Get the minimum value horizontally across columns. |
|
Aggregate the columns of this DataFrame to their product values. |
|
|
Aggregate the columns of this DataFrame to their quantile value. |
|
Aggregate the columns of this DataFrame to their standard deviation value. |
Aggregate the columns of this DataFrame to their sum value. |
|
|
Sum all values horizontally across columns. |
|
Aggregate the columns of this DataFrame to their variance value. |