Function polars::prelude::is_first_distinct

source ·
pub fn is_first_distinct(
    s: &Series
) -> Result<ChunkedArray<BooleanType>, PolarsError>
Available on crate feature polars-ops only.