Skip to content

Commit 1c296b2

Browse files
committed
Added whatsnew entry
1 parent c71950b commit 1c296b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: doc/source/whatsnew/v1.2.1.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Fixed regressions
2424
- Fixed regression in :func:`read_excel` with non-rawbyte file handles (:issue:`38788`)
2525
- Bug in :meth:`read_csv` with ``float_precision="high"`` caused segfault or wrong parsing of long exponent strings. This resulted in a regression in some cases as the default for ``float_precision`` was changed in pandas 1.2.0 (:issue:`38753`)
2626
- Fixed regression in :meth:`Rolling.skew` and :meth:`Rolling.kurt` modifying the object inplace (:issue:`38908`)
27+
- Fixed regression in :meth:`DataFrame.groupby()` when aggregating an :class:`ExtensionDType` that could fail for non-numeric values (:issue:`38980`)
2728

2829
.. ---------------------------------------------------------------------------
2930

0 commit comments

Comments
 (0)