File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,11 @@ Other enhancements
91
91
- The :meth: `DataFrame.to_feather ` method now supports additional keyword
92
92
arguments (e.g. to set the compression) that are added in pyarrow 0.17
93
93
(:issue: `33422 `).
94
- - :meth: `DataFrame.to_csv `, :meth: `DataFrame.to_pickle `, and :meth: `DataFrame.to_json ` now support
95
- passing a dict of compression arguments when using the ``gzip `` and ``bz2 `` protocols.
96
- This can be used to set a custom compression level, e.g.,
94
+ - :meth: `DataFrame.to_csv `, :meth: `DataFrame.to_pickle `, and :meth: `DataFrame.to_json ` now support
95
+ passing a dict of compression arguments when using the ``gzip `` and ``bz2 `` protocols.
96
+ This can be used to set a custom compression level, e.g.,
97
97
``df.to_csv(path, compression={'method': 'gzip', 'compresslevel': 1} `` (:issue: `33196 `)
98
+
98
99
.. ---------------------------------------------------------------------------
99
100
100
101
Development Changes
You can’t perform that action at this time.
0 commit comments