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 475f2d1 commit db30b58Copy full SHA for db30b58
doc/source/whatsnew/v3.0.0.rst
@@ -676,7 +676,7 @@ Interval
676
677
Indexing
678
^^^^^^^^
679
-- Bug in :func:`Series.mask` unexpectedly filling pd.NA (:issue:`60729`)
+- Bug in :meth:`Series.mask` unexpectedly filling ``pd.NA`` (:issue:`60729`)
680
- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`)
681
- Bug in :meth:`DataFrame.from_records` throwing a ``ValueError`` when passed an empty list in ``index`` (:issue:`58594`)
682
- Bug in :meth:`MultiIndex.insert` when a new value inserted to a datetime-like level gets cast to ``NaT`` and fails indexing (:issue:`60388`)
0 commit comments