pub fn rle(s: &Column) -> Result<Column, PolarsError>
Available on crate feature
polars-ops
only.Expand description
Get the lengths of runs of identical values.
pub fn rle(s: &Column) -> Result<Column, PolarsError>
polars-ops
only.Get the lengths of runs of identical values.