You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Fix groupby with "as_index" for categorical multi #13204
closes#13204
Fixes a bug that returns all nan's for groupby(as_index=False) with
multiple column groupers containing a categorical one (#13204).
Also: fixes an internal bug in the string representation of
`Grouping`.
Author: Piotr Jucha <[email protected]>
Closes#13394 from pijucha/groupbycat13204 and squashes the following commits:
374402c [Piotr Jucha] BUG: Fix groupby with as_index for categorical multi groupers #13204
0 commit comments