Trait polars::chunked_array::ops::IsFirst[][src]

pub trait IsFirst<T> where
    T: PolarsDataType
{ fn is_first(&self) -> Result<ChunkedArray<BooleanType>, PolarsError> { ... } }
Expand description

Mask the first unique values as true

Provided methods

Implementors