Trait polars::chunked_array::object::groupby::aggregations::AggList
source · [−]pub trait AggList {
fn agg_list(&self, _groups: &GroupsProxy) -> Option<Series> { ... }
}
This is supported on crate feature
object
only.