Skip to content

Commit df7b827

Browse files
add whatsnew
1 parent cbb36b2 commit df7b827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,7 @@ update the ``ExtensionDtype._metadata`` tuple to match the signature of your
12101210
- :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`).
12111211
- Bug when grouping :meth:`Dataframe.groupby()` and aggregating on ``ExtensionArray`` it was not returning the actual ``ExtensionArray`` dtype (:issue:`23227`).
12121212
- 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: `24819`).
12131214

12141215

12151216
.. _whatsnew_0240.deprecations:

0 commit comments

Comments
 (0)