Skip to content

Commit e2f32cb

Browse files
committed
DOC: Add documentation regarding the bug (pandas-dev#60729)
1 parent bbbc720 commit e2f32cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ Interval
676676

677677
Indexing
678678
^^^^^^^^
679+
- Bug in :func:`Series.mask` unexpectedly filling pd.NA (:issue:`60729`)
679680
- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`)
680681
- Bug in :meth:`DataFrame.from_records` throwing a ``ValueError`` when passed an empty list in ``index`` (:issue:`58594`)
681682
- 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

Comments
 (0)