Aggregation#
Aggregation operation that counts the non null values of the given column in the group. |
|
Get the first element. |
|
Get the last element. |
|
|
Aggregation operation that counts the rows in the group. |
|
Aggregation operation that finds the maximum value in the group. |
Aggregation operation that finds the mean of the values in the group. |
|
Aggregation operation that finds the median of the values in the group. |
|
|
Aggregation operation that finds the minimum value in the group. |
Aggregation operation that counts the unique values of the given column in the group. |
|
|
Compute the rank of the element values. |
|
Aggregation operation that sums the values in the group. |
|
Perform a group by on the TableFrame. |
Aggregation operation that computes the maximum value in the group for of all the non group by columns. |
|
Aggregation operation that computes the mean value in the group for of all the non group by columns. |
|
Aggregation operation that computes the median value in the group for of all the non group by columns. |
|
Aggregation operation that computes the minimum value in the group for of all the non group by columns. |
|
Aggregation operation that counts the unique values of the given column in the group for of all the non group by columns. |
|
Aggregation operation that computes the sum for all values in the group for of all the non group by columns. |