pub fn _agg_helper_idx_bool<F>(groups: &GroupsIdx, f: F) -> Serieswhere F: Fn((IdxSize, &Vec<IdxSize>)) -> Option<bool> + Send + Sync,