Split pivoted polars dataframe

I have a dataframe with m * n entries. I would like to know if there are some polars function i can use to split this dataframe into smaller k * l sized chunks to handle each subset separately.

1 Like