Skip to main content

IsLastDistinct

Trait IsLastDistinct 

Source
pub trait IsLastDistinct<T: PolarsDataType> {
    // Provided method
    fn is_last_distinct(&self) -> PolarsResult<BooleanChunked> { ... }
}
Available on crate feature is_last_distinct only.
Expand description

Mask the last unique values as true

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§