Details
-
Bug
-
Status: Open
-
P2
-
Resolution: Unresolved
-
None
-
None
Description
pandas has the concept of a Grouper, which can be passed to groupby to provide additional metadata. Currently we don't support these in the DataFrame API, we assume all arguments are just labels.
We should explicitly reject these for now, then add support for them.