79440461

Date: 2025-02-14 19:59:56
Score: 1.5
Natty:
Report link

If you want to have the divisions when reading from Parquet, you should use the calculate_divisions kwarg.

ddf = dd.read_parquet(
    dataset,
    calculate_divisions = True
)

Also answered in https://dask.discourse.group/t/re-partioning-data-frame-and-saving-to-parquet-loses-index-and-divisions/3821/2.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Guillaume EB