Closed JaeryunYim closed 3 hours ago
Thanks for opening this @JaeryunYim. Added to the backlog.
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed.
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed.
Describe the solution you'd like I hope that
awswrangler.s3.to_parquet()
method has an argument similar toname_function
ofdask.dataframe.to_parquet()
for the case ofdataset=True
andpartition_cols
is set. For me, the existing argumentfilename_prefix
is not enough because each partitioned filename always contains some hash value which I don't want. https://docs.dask.org/en/stable/generated/dask.dataframe.to_parquet.html