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.20.3.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Indexing
55
55
^^^^^^^^
56
56
57
57
- Bug in ``Float64Index`` causing an empty array instead of ``None`` to be returned from ``.get(np.nan)`` on a Series whose index did not contain any ``NaN`` s (:issue:`8569`)
58
-
- Bug in ``MultiIndex`` causing an error when passing an empty iterable to `.isin`. (:issue:`16777`)
58
+
- Bug in ``MultiIndex.isin`` causing an error when passing an empty iterable (:issue:`16777`)
0 commit comments