You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.23.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -939,6 +939,7 @@ Indexing
939
939
- Bug in :class:`IntervalIndex` where set operations that returned an empty ``IntervalIndex`` had the wrong dtype (:issue:`19101`)
940
940
- Bug in :meth:`DataFrame.drop_duplicates` where no ``KeyError`` is raised when passing in columns that don't exist on the ``DataFrame`` (issue:`19726`)
941
941
- Bug in ``Index`` subclasses constructors that ignore unexpected keyword arguments (:issue:`19348`)
942
+
- Bug in :meth:`Index.difference` when taking difference of an ``Index`` with itself (:issue:`20040`)
0 commit comments