polars.Series.rechunk#

Series.rechunk(*, in_place: bool = False) Self[source]#

Create a single chunk of memory for this Series.

Parameters:
in_place

In place or not.