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

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

Mask the last unique values as true

Provided methods

Implementors