Trait polars::prelude::SeriesMethods
source · pub trait SeriesMethods: SeriesSealed {
+SeriesMethods in polars::prelude - Rust Trait polars::prelude::SeriesMethods
source · pub trait SeriesMethods: SeriesSealed {
// Provided methods
fn value_counts(
&self,
@@ -6,10 +6,10 @@
sorted: bool
) -> Result<DataFrame, PolarsError> { ... }
fn is_sorted(&self, options: SortOptions) -> Result<bool, PolarsError> { ... }
-}
Provided Methods§
sourcefn value_counts(
+}Provided Methods§
sourcefn value_counts(
&self,
multithreaded: bool,
sorted: bool
) -> Result<DataFrame, PolarsError>
sourcefn is_sorted(&self, options: SortOptions) -> Result<bool, PolarsError>
Implementors§
source§impl SeriesMethods for Series
\ No newline at end of file
+sourcefn is_sorted(&self, options: SortOptions) -> Result<bool, PolarsError>