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-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ Indexing
51
51
^^^^^^^^
52
52
53
53
- 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`)
54
-
- Fixed a bug that prevented joining on a categorical MultiIndex (:issue:`16627`).
55
54
56
55
I/O
57
56
^^^
@@ -79,6 +78,7 @@ Sparse
79
78
Reshaping
80
79
^^^^^^^^^
81
80
81
+
- Bug in joining on a ``MultiIndex`` with a ``category`` dtype for a level (:issue:`16627`).
0 commit comments