Trait polars_ops::prelude::SeriesMethods
source · pub trait SeriesMethods: SeriesSealed {
fn value_counts(
&self,
multithreaded: bool,
sorted: bool
) -> PolarsResult<DataFrame> { ... }
fn is_sorted(&self, options: SortOptions) -> bool { ... }
}