File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Bug Fixes
54
54
- Bug in ``MultiIndex.set_levels`` where illegal level values were still set after raising an error (:issue:`13754`)
55
55
- Bug in ``DataFrame.to_json`` where ``lines=True`` and a value contained a ``}`` character (:issue:`14391`)
56
56
- Bug in ``df.groupby`` causing an ``AttributeError`` when grouping a single index frame by a column and the index level (:issue`14327`)
57
+ - Bug in ``df.groupby`` where ``TypeError`` raised when ``pd.Grouper(key=...)`` is passed in a list (:issue:`14334`)
57
58
58
59
- Bug in ``pd.pivot_table`` may raise ``TypeError`` or ``ValueError`` when ``index`` or ``columns``
59
60
is not scalar and ``values`` is not specified (:issue:`14380`)
Original file line number Diff line number Diff line change @@ -80,4 +80,3 @@ Performance Improvements
80
80
81
81
Bug Fixes
82
82
~~~~~~~~~
83
- - Bug in ``df.groupby`` where ``TypeError`` raised when key-only Grouper is passed in a list (:issue:`14334`)
You can’t perform that action at this time.
0 commit comments