pub trait IsFirst<T> where
T: PolarsDataType, {
fn is_first(&self) -> Result<ChunkedArray<BooleanType>, PolarsError> { ... }
}This is supported on crate feature
is_first only.Expand description
Mask the first unique values as true