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
I think this is really and edge case because in order to get this behavior you need to group by an external Series with the same name as one of the columns.
I think users expect as_index=False to behave the same as calling reset_index() after using as_index=True. It is not good behavior that we silently drop the groupings when as_index=False.
The text was updated successfully, but these errors were encountered:
I think this is really and edge case because in order to get this behavior you need to group by an external Series with the same name as one of the columns.
I think users expect
as_index=False
to behave the same as calling reset_index() after usingas_index=True
. It is not good behavior that we silently drop the groupings whenas_index=False
.The text was updated successfully, but these errors were encountered: