Skip to content

Commit

Permalink
docs(python): Fix minor issue with sink_parquet docs (#10669)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Aug 23, 2023
1 parent 37531d5 commit 67d5328
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1838,15 +1838,13 @@ def sink_parquet(
- "gzip" : min-level: 0, max-level: 10.
- "brotli" : min-level: 0, max-level: 11.
- "zstd" : min-level: 1, max-level: 22.
statistics
Write statistics to the parquet headers. This requires extra compute.
row_group_size
Size of the row groups in number of rows.
If None (default), the chunks of the `DataFrame` are
used. Writing in smaller chunks may reduce memory pressure and improve
writing speeds. If None and ``use_pyarrow=True``, the row group size
will be the minimum of the DataFrame size and 64 * 1024 * 1024.
writing speeds.
data_pagesize_limit
Size limit of individual data pages.
If not set defaults to 1024 * 1024 bytes
Expand Down

0 comments on commit 67d5328

Please sign in to comment.