We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98155a commit ab05b34Copy full SHA for ab05b34
doc/source/whatsnew/v0.19.1.txt
@@ -46,4 +46,4 @@ Bug Fixes
46
- Bug in ``pd.concat`` where names of the ``keys`` were not propagated to the resulting ``MultiIndex`` (:issue:`14252`)
47
- Bug in ``MultiIndex.set_levels`` where illegal level values were still set after raising an error (:issue:`13754`)
48
- Bug in ``DataFrame.to_json`` where ``lines=True`` and a value contained a ``}`` character (:issue:`14391`)
49
-- Bug in ``df.groupby`` causing an ``AttributeError`` when grouping a single index frame by a column and the index (:issue`14327`)
+- Bug in ``df.groupby`` causing an ``AttributeError`` when grouping a single index frame by a column and the index level (:issue`14327`)
0 commit comments