Available on crate feature
algorithm_group_by only.Modules§
Structs§
- GroupBy
- Returned by a group_by operation on a DataFrame. This struct supports several aggregations.
- Group
Positions - Groups
Idx - Indexes of the groups, the first index is stored separately. this make sorting fast.
- Groups
Type Iter - Groups
Type ParIter
Enums§
Traits§
- Into
Groups Type - Used to create the tuples for a group_by operation.
Functions§
- fmt_
group_ by_ column - slice_
groups_ are_ monotonic - Returns whether
groupsis monotonic: True if for every consecutive pair of group slices both the start and the end offset are non-decreasing.
Type Aliases§
- Borrow
IdxItem - Groups
Slice - Every group is indicated by an array where the
- IdxItem