| Name | Description |
---|
 | AggregateInto(IVector, IGrouping, VectorT) |
Aggregates the elements of a data frame column according to the specified
grouping and returns the result in an existing vector.
|
 | AggregateIntoU(IVector, IGrouping, IVector) |
Aggregates the specified values according to the specified grouping.
|
 | AggregateIntoU(IVector, IGrouping, VectorT) |
Aggregates the specified values according to the specified grouping.
|
 | AggregateIntoU(VectorU, IGrouping, VectorT) |
Groups the elements of a vector according to the specified grouping.
|
 | AggregateIntoU(VectorU, Int32, VectorT) |
Groups the elements of a vector according to the specified level indexes.
|