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
9191- The :meth: `DataFrame.to_feather ` method now supports additional keyword
9292 arguments (e.g. to set the compression) that are added in pyarrow 0.17
9393 (: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.,
9797 ``df.to_csv(path, compression={'method': 'gzip', 'compresslevel': 1} `` (:issue: `33196 `)
98+
9899.. ---------------------------------------------------------------------------
99100
100101 Development Changes
You can’t perform that action at this time.
0 commit comments