polars::prelude

Function repeat_by

Source
pub fn repeat_by(
    s: &Series,
    by: &ChunkedArray<UInt32Type>,
) -> Result<ChunkedArray<ListType>, PolarsError>
Available on crate feature polars-ops only.