IAggregator<T> Methods

Methods

AggregateBy(IVector, IGrouping, IVector) Aggregates the elements of a data frame column according to the specified grouping and returns the result in an existing vector.
(Inherited from IAggregator)
AggregateBy(IVector, IGrouping, Vector<T>) Aggregates the elements of a data frame column according to the specified grouping and returns the result in an existing vector.
TryAggregate Aggregates the elements of a vector and returns the result.

See Also