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
@@ -1067,6 +1067,7 @@ Indexing
1067
1067
- Bug in ``Index`` subclasses constructors that ignore unexpected keyword arguments (:issue:`19348`)
1068
1068
- Bug in :meth:`Index.difference` when taking difference of an ``Index`` with itself (:issue:`20040`)
1069
1069
- Bug in :meth:`DataFrame.first_valid_index` and :meth:`DataFrame.last_valid_index` in presence of entire rows of NaNs in the middle of values (:issue:`20499`).
1070
+
- Bug in :class:`IntervalIndex` where some indexing operations were not supported for overlapping or non-monotonic ``uint64`` data (:issue:`20636`)
0 commit comments