Is your feature request related to a problem or challenge?
It would be useful to allow stream compression for output file formats that don't have built in compression spec like parquet
Describe the solution you'd like
DataFrame::write_json and DataFrame::write_csv can take an optional Compression argument
Describe alternatives you've considered
An alternative would be to post process the output files and compress them, but that's less efficient compared to stream compress them while writing
Additional context
No response
Is your feature request related to a problem or challenge?
It would be useful to allow stream compression for output file formats that don't have built in compression spec like parquet
Describe the solution you'd like
DataFrame::write_jsonandDataFrame::write_csvcan take an optionalCompressionargumentDescribe alternatives you've considered
An alternative would be to post process the output files and compress them, but that's less efficient compared to stream compress them while writing
Additional context
No response