Skip to main content

apply_array_distinct_first_order

Function apply_array_distinct_first_order 

Source
pub fn apply_array_distinct_first_order(
    column: Column,
) -> PolarsResult<Option<Column>>
Expand description

Distinct elements in list preserving first-occurrence order (PySpark array_distinct parity).