pub trait IsFirst<T: PolarsDataType> {
    fn is_first(&self) -> Result<BooleanChunked> { ... }
}
Available on crate feature is_first only.
Expand description

Mask the first unique values as true

Provided Methods

Implementors