Trait polars_core::chunked_array::ops::IsFirst
source · pub trait IsFirst<T: PolarsDataType> {
fn is_first(&self) -> PolarsResult<BooleanChunked> { ... }
}
Available on crate feature
is_first
only.Expand description
Mask the first unique values as true
Provided Methods§
fn is_first(&self) -> PolarsResult<BooleanChunked>
Implementors§
impl IsFirst<BinaryType> for BinaryChunked
Available on crate feature
dtype-binary
only.