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