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