ArrowInvalid: offset overflow while concatenating arrays when subsetting a Pandas Dataframe
When reading parquet files into a Pandas Dataframe, I am doing so using the following
Elegant way to enable random access by “month” in parquet file
My purpose is to group the datetime indexed dataframe into months
and write to a parquet file but chunked / row_grouped by month.