aws-sdk-pandas
aws-sdk-pandas copied to clipboard
Requests for Additional Argument `name_function` on `awswrangler.s3.to_parquet()`
Describe the solution you'd like
I hope that awswrangler.s3.to_parquet() method has an argument similar to name_function of dask.dataframe.to_parquet() for the case of dataset=True and partition_cols is set. For me, the existing argument filename_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
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.