Is your feature request related to a problem or challenge? Please describe what you are trying to do.
To enable compression, I would like to customize parquet WriterProperties when using DataFrame.write_parquet.
Describe the solution you'd like
- Support building parquet
WriterProperties from Python.
Describe alternatives you've considered
- For basic properties such as default compression applied to all columns, adding compression option as an argument to
DataFrame.write_parquet would be sufficient.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
To enable compression, I would like to customize parquet
WriterPropertieswhen usingDataFrame.write_parquet.Describe the solution you'd like
WriterPropertiesfrom Python.Describe alternatives you've considered
DataFrame.write_parquetwould be sufficient.