polars.Series.rechunk# Series.rechunk(*, in_place: bool = False) → Self[source]# Create a single chunk of memory for this Series. Parameters: in_placeIn place or not.