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.24.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1210,7 +1210,7 @@ update the ``ExtensionDtype._metadata`` tuple to match the signature of your
1210
1210
- :meth:`Series.unstack` and :meth:`DataFrame.unstack` no longer convert extension arrays to object-dtype ndarrays. Each column in the output ``DataFrame`` will now have the same dtype as the input (:issue:`23077`).
1211
1211
- Bug when grouping :meth:`Dataframe.groupby()` and aggregating on ``ExtensionArray`` it was not returning the actual ``ExtensionArray`` dtype (:issue:`23227`).
1212
1212
- Bug in :func:`pandas.merge` when merging on an extension array-backed column (:issue:`23020`).
1213
-
- Bug in :func:`pandas.merge` when setting None in suffixes (:issue: `24782`).
1213
+
- Bug in :func:`pandas.merge` doesn't work correctly if None is in suffixes (:issue: `24782`).
0 commit comments