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
rhshadrach
changed the title
BUG: groupby.agg ignores as_index=False when
BUG: groupby.agg ignores as_index=False after subset to a single column
Jan 13, 2023
rhshadrach
changed the title
BUG: groupby.agg ignores as_index=False after subset to a single column
BUG: groupby.agg with mutliples ignores as_index=False after subset to a single column
Jan 13, 2023
I think this will be easier to fix after a PR I'm working on which changes how .groupby(..., as_index=False)['b'] behaves. I would recommend holding off until then (it should be up next week sometime). I'll ping you here when that's done.
In the output,
a
should be a column rather than in the index.The text was updated successfully, but these errors were encountered: