8000 Bug: groupby multiindex levels equals rows by P-Tillmann · Pull Request #16859 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Bug: groupby multiindex levels equals rows #16859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 24, 2017
Prev Previous commit
Next Next commit
Merge branch 'master' into bugfix_groupby_multiindex_levels_equals_rows
  • Loading branch information
gfyoung authored Aug 21, 2017
commit 50c7979a648e6da59b97a96e47b4756fdca6aa60
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.21.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ Groupby/Resample/Rolling
- Bug in :func:`infer_freq` causing indices with 2-day gaps during the working week to be wrongly inferred as business daily (:issue:`16624`)
- Bug in ``.rolling(...).quantile()`` which incorrectly used different defaults than :func:`Series.quantile()` and :func:`DataFrame.quantile()` (:issue:`9413`, :issue:`16211`)
- Bug in ``groupby.transform()`` that would coerce boolean dtypes back to float (:issue:`16875`)
- Bug in ``Series.resample(...).apply()`` where an empty ``Series`` modified the source index and did not return the name of a ``Series`` (:issue:`14313`)
- Bug in ``.rolling(...).apply(...)`` with a ``DataFrame`` with a ``DatetimeIndex``, a ``window`` of a timedelta-convertible and ``min_periods >= 1` (:issue:`15305`)
- Bug in ``DataFrame.groupby`` when called with index or index + column key numbers equal to the axis length of the groupby (:issue:`16859`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your description underneath your test I think is clearer about the bug than this description is. Try incorporating some of your test description into here.


Sparse
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0