Function rle

Source
pub fn rle(s: &Column) -> Result<Column, PolarsError>
Expand description

Get the lengths of runs of identical values.