FrameView.GroupBy Method |
Name | Description | |
---|---|---|
![]() | GroupBy(String, Func<FrameView, IReadOnlyDictionary<String, Object>>) |
Groups the data by the values in the given column, and computes aggregate quantities for each group.
|
![]() | GroupBy<T>(String, Func<FrameView, T>, String) |
Groups the data by the values in the given column, and computes the given aggregate quantity for each group.
|