Skip to content

Commit

Permalink
DOC: Add documentation regarding the bug (pandas-dev#60729)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanggon6107 committed Jan 23, 2025
1 parent bbbc720 commit e2f32cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ Interval

Indexing
^^^^^^^^
- Bug in :func:`Series.mask` unexpectedly filling pd.NA (:issue:`60729`)
- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`)
- Bug in :meth:`DataFrame.from_records` throwing a ``ValueError`` when passed an empty list in ``index`` (:issue:`58594`)
- Bug in :meth:`MultiIndex.insert` when a new value inserted to a datetime-like level gets cast to ``NaT`` and fails indexing (:issue:`60388`)
Expand Down

0 comments on commit e2f32cb

Please sign in to comment.