Uses of Class
ai.rapids.cudf.Table.GroupByOperation
Packages that use Table.GroupByOperation
-
Uses of Table.GroupByOperation in ai.rapids.cudf
Methods in ai.rapids.cudf that return Table.GroupByOperationModifier and TypeMethodDescriptionTable.groupBy
(int... indices) Returns aggregate operations grouped by columns provided in indices with default options as below: - null is considered as key while grouping.Table.groupBy
(GroupByOptions groupByOptions, int... indices) Returns aggregate operations grouped by columns provided in indices