Skip to content

Commit 2486159

Browse files
5hirish5hirishK
authored andcommitted
Updated whatsnew for 0.24.0
1 parent c1d8416 commit 2486159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ update the ``ExtensionDtype._metadata`` tuple to match the signature of your
850850
- :func:`ExtensionArray.isna` is allowed to return an ``ExtensionArray`` (:issue:`22325`).
851851
- Support for reduction operations such as ``sum``, ``mean`` via opt-in base class method override (:issue:`22762`)
852852
- :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`).
853-
- Bug when grouping :meth:`Dataframe.groupby()` on ``ExtensionArray`` not returning the actual ``ExtensionArray`` dtype (:issue:`23227`:).
853+
- Bug when grouping :meth:`Dataframe.groupby()` and aggregating on ``ExtensionArray`` it won't returning the actual ``ExtensionArray`` dtype (:issue:`23227`:).
854854

855855
.. _whatsnew_0240.api.incompatibilities:
856856

@@ -1085,6 +1085,7 @@ Categorical
10851085
- Bug when indexing with a boolean-valued ``Categorical``. Now a boolean-valued ``Categorical`` is treated as a boolean mask (:issue:`22665`)
10861086
- Constructing a :class:`CategoricalIndex` with empty values and boolean categories was raising a ``ValueError`` after a change to dtype coercion (:issue:`22702`).
10871087
- Bug in :meth:`Categorical.take` with a user-provided ``fill_value`` not encoding the ``fill_value``, which could result in a ``ValueError``, incorrect results, or a segmentation fault (:issue:`23296`).
1088+
- Bug when resampling :meth:`Dataframe.resample()` and aggregating on categorical data, the categorical dtype was getting lost.
10881089

10891090
Datetimelike
10901091
^^^^^^^^^^^^

0 commit comments

Comments
 (0)