dask / dask-expr

BSD 3-Clause "New" or "Revised" License
79 stars 18 forks source link

Better explanation of `append` and `overwrite` in `to_parquet` #1054

Open hendrikmakait opened 2 months ago

hendrikmakait commented 2 months ago

As mentioned in https://github.com/dask/dask-expr/pull/1051#discussion_r1589112791, I have trouble understanding what the two options do and how they are not the inverse of one another. I suspect users face the same problem.