Enum polars_core::frame::groupby::GroupByMethod [−][src]
pub enum GroupByMethod {
Show variants
Min,
Max,
Median,
Mean,
First,
Last,
Sum,
Groups,
NUnique,
Quantile(f64),
Count,
List,
Std,
Var,
}Variants
Quantile(f64)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GroupByMethodimpl Send for GroupByMethodimpl Sync for GroupByMethodimpl Unpin for GroupByMethodimpl UnwindSafe for GroupByMethodBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V