Skip to content
Prev Previous commit
Update doc/source/whatsnew/v2.0.0.rst
  • Loading branch information
MarcoGorelli authored Nov 15, 2022
commit d8167ea053423a74880bb0a9dccbb4dffa2fef5b
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v2.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ Missing
- Bug in :meth:`Index.equals` raising ``TypeError`` when :class:`Index` consists of tuples that contain ``NA`` (:issue:`48446`)
- Bug in :meth:`Series.map` caused incorrect result when data has NaNs and defaultdict mapping was used (:issue:`48813`)
- Bug in :class:`NA` raising a ``TypeError`` instead of return :class:`NA` when performing a binary operation with a ``bytes`` object (:issue:`49108`)
- Bug in :meth:`DataFrame.update` with overwrite=False raising ``TypeError`` when self has column with ``NaT`` values and column not present in other DataFrame (:issue:`16713`)
- Bug in :meth:`DataFrame.update` with ``overwrite=False`` raising ``TypeError`` when ``self`` has column with ``NaT`` values and column not present in ``other`` (:issue:`16713`)

MultiIndex
^^^^^^^^^^
Expand Down