Open
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