We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f3f49 commit 9b2b97eCopy full SHA for 9b2b97e
doc/source/whatsnew/v3.0.0.rst
@@ -35,7 +35,7 @@ Other enhancements
35
- Support passing a :class:`Series` input to :func:`json_normalize` that retains the :class:`Series` :class:`Index` (:issue:`51452`)
36
- Users can globally disable any ``PerformanceWarning`` by setting the option ``mode.performance_warnings`` to ``False`` (:issue:`56920`)
37
- :meth:`Styler.format_index_names` can now be used to format the index and column names (:issue:`48936` and :issue:`47489`)
38
-- :meth:`DataFrame.cum*` methods now have a ``numeric_only`` parameter (:issue:`53072`)
+- :meth:`DataFrame.cummin` methods now have a ``numeric_only`` parameter (:issue:`53072`)
39
40
.. ---------------------------------------------------------------------------
41
.. _whatsnew_300.notable_bug_fixes:
0 commit comments