Enum polars_core::frame::groupby::GroupByMethod
source · pub enum GroupByMethod {
Show 16 variants
Min,
NanMin,
Max,
NanMax,
Median,
Mean,
First,
Last,
Sum,
Groups,
NUnique,
Quantile(f64, QuantileInterpolOptions),
Count,
List,
Std(u8),
Var(u8),
}
Variants§
Min
NanMin
Max
NanMax
Median
Mean
First
Last
Sum
Groups
NUnique
Quantile(f64, QuantileInterpolOptions)
Count
List
Std(u8)
Var(u8)
Trait Implementations§
source§impl Clone for GroupByMethod
impl Clone for GroupByMethod
source§fn clone(&self) -> GroupByMethod
fn clone(&self) -> GroupByMethod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more