-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Open
Labels
EnhancementGroupbyNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
Hello,
Sometimes, you have no fields to group by when aggregating. I know there is then an aggregate function but it would help having a more dynamic code to allow the use of groupy by without any grouping field instead of this error :
Best regards,
Simon
Feature Description
Just the ability to select no fields in the by argument
Alternative Solutions
A conditional function that uses groupby or aggregate
Additional Context
No response
Metadata
Metadata
Assignees
Labels
EnhancementGroupbyNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action