We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da65499 commit 3362438Copy full SHA for 3362438
doc/source/whatsnew/v0.24.0.txt
@@ -181,6 +181,7 @@ Other Enhancements
181
The default compression for ``to_csv``, ``to_json``, and ``to_pickle`` methods has been updated to ``'infer'`` (:issue:`22004`).
182
- :func:`to_timedelta` now supports iso-formated timedelta strings (:issue:`21877`)
183
- :class:`Series` and :class:`DataFrame` now support :class:`Iterable` in constructor (:issue:`2193`)
184
+- :func:`~DataFrame.to_csv` and :func:`~DataFrame.to_json` now support ``compression='infer'`` to infer compression based on filename (:issue:`15008`)
185
- :func:`between_time` and :func:`at_time` now support an axis parameter (:issue: `8839`)
186
-
187
0 commit comments