☰
AggList
Provided Methods
agg_list
Implementors
In polars::frame::groupby::aggregations
?
Trait
polars
::
frame
::
groupby
::
aggregations
::
AggList
source
·
[
−
]
pub trait AggList { fn
agg_list
(&self, _groups: &
GroupsProxy
) ->
Option
<
Series
> { ... } }
Provided methods
source
fn
agg_list
(&self, _groups: &
GroupsProxy
) ->
Option
<
Series
>
Implementors
source
impl
AggList
for
ChunkedArray
<
BooleanType
>
source
impl
AggList
for
ChunkedArray
<
ListType
>
source
impl
AggList
for
ChunkedArray
<
Utf8Type
>
source
impl<T>
AggList
for
ChunkedArray
<
ObjectType
<T>>
where
T:
PolarsObject
,
source
impl<T>
AggList
for
ChunkedArray
<T>
where
T:
PolarsNumericType
,
ChunkedArray
<T>:
IntoSeries
,