Skip to content

Commit 4d80505

Browse files
DOC: Add whatsnew entry for pandas-dev#61099
1 parent b69a2ae commit 4d80505

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
@@ -706,6 +706,7 @@ Indexing
706706
- Bug in :meth:`MultiIndex.insert` when a new value inserted to a datetime-like level gets cast to ``NaT`` and fails indexing (:issue:`60388`)
707707
- Bug in printing :attr:`Index.names` and :attr:`MultiIndex.levels` would not escape single quotes (:issue:`60190`)
708708
- Bug in reindexing of :class:`DataFrame` with :class:`PeriodDtype` columns in case of consolidated block (:issue:`60980`, :issue:`60273`)
709+
- Bug in :meth:`Series.equals` and :meth:`Series.__eq__` where equality comparison would fail if the index values were equal but had differing dtypes (e.g. ``object`` vs ``string``). (:issue:`61099`)
709710

710711
Missing
711712
^^^^^^^

0 commit comments

Comments
 (0)