Aggregation#
Get the group indexes of the group by operation. |
|
Get the index of the maximal value. |
|
Get the index of the minimal value. |
|
Return the number of elements in the column. |
|
Get the first value. |
|
Aggregate values into a list. |
|
Get the last value. |
|
|
Return the number of elements in the column. |
|
Get maximum value. |
Get mean value. |
|
Get median value using linear interpolation. |
|
|
Get minimum value. |
Get maximum value, but propagate/poison encountered NaN values. |
|
Get minimum value, but propagate/poison encountered NaN values. |
|
Compute the product of an expression. |
|
|
Get quantile value. |
|
Get standard deviation. |
|
Get sum value. |
|
Get variance. |