pub trait IsLastDistinct<T>where
T: PolarsDataType,{
// Provided method
fn is_last_distinct(&self) -> Result<ChunkedArray<BooleanType>, PolarsError> { ... }
}
Expand description
Mask the last unique values as true
pub trait IsLastDistinct<T>where
T: PolarsDataType,{
// Provided method
fn is_last_distinct(&self) -> Result<ChunkedArray<BooleanType>, PolarsError> { ... }
}
Mask the last unique values as true