We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d191f6 commit 4b87153Copy full SHA for 4b87153
python/datafusion/dataframe.py
@@ -982,11 +982,10 @@ def write_parquet(
982
) -> None:
983
"""Execute the :py:class:`DataFrame` and write the results to a Parquet file.
984
985
- LZO compression is not yet implemented in arrow-rs and is therefore excluded.
986
-
987
Args:
988
path: Path of the Parquet file to write.
989
compression: Compression type to use. Default is "ZSTD".
+ LZO compression is not yet implemented in arrow-rs and is therefore excluded.
990
Available compression types are:
991
- "uncompressed": No compression.
992
- "snappy": Snappy compression.
0 commit comments