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
Original file line number
Diff line number
Diff line change
@@ -1231,7 +1231,6 @@ ways of adding operator support.
1231
1231
- :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`).
1232
1232
- Bug when grouping :meth:`Dataframe.groupby()` and aggregating on ``ExtensionArray`` it was not returning the actual ``ExtensionArray`` dtype (:issue:`23227`).
1233
1233
- Bug in :func:`pandas.merge` when merging on an extension array-backed column (:issue:`23020`).
1234
-
- Bug in :func:`pandas.merge` doesn't work correctly if None is in suffixes (:issue: `24782`).
0 commit comments