We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede6dc4 commit 789e03eCopy full SHA for 789e03e
doc/source/whatsnew/v1.2.0.rst
@@ -221,6 +221,7 @@ Other enhancements
221
- :meth:`Rolling.var()` and :meth:`Rolling.std()` use Kahan summation and Welfords Method to avoid numerical issues (:issue:`37051`)
222
- :meth:`DataFrame.plot` now recognizes ``xlabel`` and ``ylabel`` arguments for plots of type ``scatter`` and ``hexbin`` (:issue:`37001`)
223
- :class:`DataFrame` now supports ``divmod`` operation (:issue:`37165`)
224
+- :meth:`Series.info` has been added, for compatibility with :meth:`DataFrame.info` (:issue:`5167`)
225
226
.. _whatsnew_120.api_breaking.python:
227
0 commit comments