Skip to content

Commit 4b20125

Browse files
phoflpatrick
authored and
patrick
committed
BUG: Add whats new entry pandas-dev#29764
1 parent 94b3bdb commit 4b20125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ Groupby/resample/rolling
403403
- Bug in :meth:`GroupBy.apply` raises ``ValueError`` when the ``by`` axis is not sorted and has duplicates and the applied ``func`` does not mutate passed in objects (:issue:`30667`)
404404
- Bug in :meth:`DataFrameGroupby.transform` produces incorrect result with transformation functions (:issue:`30918`)
405405
- Bug in :meth:`DataFrame.groupby` and :meth:`Series.groupby` produces inconsistent type when aggregating Boolean series (:issue:`32894`)
406+
- Bug in :meth:`DataFrame.groupby` does not always maintain column index name for some functions (:issue:`29764`)
406407

407408

408409
Reshaping

0 commit comments

Comments
 (0)