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