Enum polars_core::frame::groupby::GroupByMethod [−][src]
pub enum GroupByMethod {
Show 14 variants
Min,
Max,
Median,
Mean,
First,
Last,
Sum,
Groups,
NUnique,
Quantile(f64),
Count,
List,
Std,
Var,
}
Variants
Quantile(f64)
Tuple Fields of Quantile
0: f64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GroupByMethod
impl Send for GroupByMethod
impl Sync for GroupByMethod
impl Unpin for GroupByMethod
impl UnwindSafe for GroupByMethod
Blanket Implementations
Mutably borrows from an owned value. Read more