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 aaa35e4 commit e53ed63Copy full SHA for e53ed63
doc/source/whatsnew/v1.2.0.rst
@@ -194,7 +194,11 @@ Other enhancements
194
- Added :meth:`Rolling.sem()` and :meth:`Expanding.sem()` to compute the standard error of mean (:issue:`26476`).
195
- :meth:`Rolling.var()` and :meth:`Rolling.std()` use Kahan summation and Welfords Method to avoid numerical issues (:issue:`37051`)
196
- :meth:`DataFrame.plot` now recognizes ``xlabel`` and ``ylabel`` arguments for plots of type ``scatter`` and ``hexbin`` (:issue:`37001`)
197
+<<<<<<< HEAD
198
- :class:`DataFrame` now supports ``divmod`` operation (:issue:`37165`)
199
+=======
200
+- :meth:`DataFrame.to_parquet` now writes to ``io.Bytes`` when no ``path`` argument is passed (:issue:`37105`)
201
+>>>>>>> feedback: move whatsnew to enhancements
202
203
.. _whatsnew_120.api_breaking.python:
204
0 commit comments