We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35ebdc commit 4dd6e7eCopy full SHA for 4dd6e7e
doc/source/whatsnew/v0.19.1.txt
@@ -48,3 +48,4 @@ Bug Fixes
48
- Bug in ``MultiIndex.set_levels`` where illegal level values were still set after raising an error (:issue:`13754`)
49
- Bug in ``DataFrame.to_json`` where ``lines=True`` and a value contained a ``}`` character (:issue:`14391`)
50
- Bug in ``df.groupby`` causing an ``AttributeError`` when grouping a single index frame by a column and the index level (:issue`14327`)
51
+- Bug in ``df.groupby`` where ``TypeError`` raised when ``pd.Grouper(key=...)`` is passed in a list (:issue:`14334`)
doc/source/whatsnew/v0.20.0.txt
@@ -80,4 +80,3 @@ Performance Improvements
80
81
Bug Fixes
82
~~~~~~~~~
83
-- Bug in ``df.groupby`` where ``TypeError`` raised when key-only Grouper is passed in a list (:issue:`14334`)
0 commit comments