Skip to content

Commit 05eb70c

Browse files
committed
Added whatsnew in v0.24.0
1 parent d54c743 commit 05eb70c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,7 @@ update the ``ExtensionDtype._metadata`` tuple to match the signature of your
825825
- :func:`ExtensionArray.isna` is allowed to return an ``ExtensionArray`` (:issue:`22325`).
826826
- Support for reduction operations such as ``sum``, ``mean`` via opt-in base class method override (:issue:`22762`)
827827
- :meth:`Series.unstack` no longer converts extension arrays to object-dtype ndarrays. The output ``DataFrame`` will now have the same dtype as the input. This changes behavior for Categorical and Sparse data (:issue:`23077`).
828+
- Bug when grouping :meth:`Dataframe.groupby()` on ``ExtensionArray`` not returning the actual ``ExtensionArray`` dtype (:issue:`23227`:).
828829

829830
.. _whatsnew_0240.api.incompatibilities:
830831

0 commit comments

Comments
 (0)