pub fn _agg_helper_idx<T, F>(groups: &GroupsIdx, f: F) -> Serieswhere
F: Fn((u32, &UnitVec<u32>)) -> Option<<T as PolarsNumericType>::Native> + Send + Sync,
T: PolarsNumericType,
ChunkedArray<T>: IntoSeries,
Expand description
Helper that combines the groups into a parallel iterator over (first, all): (u32, &Vec<u32>)
.