Trait polars_core::chunked_array::ops::IsLast
source · [−]pub trait IsLast<T: PolarsDataType> {
fn is_last(&self) -> Result<BooleanChunked> { ... }
}
Expand description
Mask the last unique values as true
pub trait IsLast<T: PolarsDataType> {
fn is_last(&self) -> Result<BooleanChunked> { ... }
}
Mask the last unique values as true