-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Milestone
Description
Inspired by
I was thinking if it would be useful to add a parameter to the groupby function (e.g. allbut=True) so that pandas will group all levels except the specified ones) .
I suggest so because in a multilevel index with several levels, eliminating just one level requires a quite verbose approach
egpbos, jeffchy and rchurt