Trait polars_core::chunked_array::ops::IsLast
source · pub trait IsLast<T: PolarsDataType> {
fn is_last(&self) -> PolarsResult<BooleanChunked> { ... }
}
Available on crate feature
is_first
only.Expand description
Mask the last unique values as true