rle_lengths

Function rle_lengths 

Source
pub fn rle_lengths(
    s: &Column,
    lengths: &mut Vec<u32>,
) -> Result<(), PolarsError>
Available on crate feature polars-ops only.
Expand description

Get the run-Lengths of values.