We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbc720 commit e2f32cbCopy full SHA for e2f32cb
doc/source/whatsnew/v3.0.0.rst
@@ -676,6 +676,7 @@ Interval
676
677
Indexing
678
^^^^^^^^
679
+- Bug in :func:`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