Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
Table.GroupByOperation |
Table.groupBy(GroupByOptions groupByOptions,
int... indices)
Returns aggregate operations grouped by columns provided in indices
|
Table.GroupByOperation |
Table.groupBy(int... indices)
Returns aggregate operations grouped by columns provided in indices
with default options as below:
- null is considered as key while grouping.
|
Copyright © 2024. All rights reserved.