pub fn unique_counts(s: &Series) -> Result<Series, PolarsError>Available on crate feature
polars-ops only.Expand description
Returns a count of the unique values in the order of appearance.
pub fn unique_counts(s: &Series) -> Result<Series, PolarsError>polars-ops only.Returns a count of the unique values in the order of appearance.