We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.groupby.html https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.groupby.html
I think there are a couple of possible types for the by parameter of the groupby functions that are missing from the documentation:
by
groupby
pd.Grouper
Grouper
Just add these types to the possible typings: by: mapping, function, label, pd.Grouper or list of such
by: mapping, function, label, pd.Grouper or list of such
The text was updated successfully, but these errors were encountered:
I would like to take this.
Sorry, something went wrong.
Is there a reason the updated typing doesn't contain list of functions/mapping/pd.Grouper? From the code it seems to be supported?
list of functions/mapping/pd.Grouper
Successfully merging a pull request may close this issue.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.groupby.html
https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.groupby.html
Documentation problem
I think there are a couple of possible types for the
by
parameter of thegroupby
functions that are missing from the documentation:pd.Grouper
(as seen in the documentation ofGrouper
)Suggested fix for documentation
Just add these types to the possible typings:
by: mapping, function, label, pd.Grouper or list of such
The text was updated successfully, but these errors were encountered: