-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
pandas.Grouper documentation thin #9789
New issue
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
Comments
time-like grouping is a resample, so the same frequency operators are accepted, including all |
I would like to pick this up, but the link OP posted http://pandas.pydata.org/pandas-docs/dev/generated/pandas.Grouper.html redirects to the pandas frontpage so I am not entirely sure, which page he/she would like to see documented better. Perhaps this http://pandas-docs.github.io/pandas-docs-travis/groupby.html ? |
Ah, yes, the API docs are not included in the latest dev docs, you can look just at the stable docs: http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Grouper.html |
Thank you @jorisvandenbossche . I'll try to expand the section based on the feedback from @jreback and OP. df.groupby(Grouper(key='A')) : syntactic sugar for df.groupby('A') was part of the code (the syntax highlighting on the 'for' is misleading). |
Yes, in those cases everything after the |
closed by #10605 |
The documentation of http://pandas.pydata.org/pandas-docs/dev/generated/pandas.Grouper.html is quite thin, when it comes to additional kwargs to control time-like groupers (when freq is passed):
The text was updated successfully, but these errors were encountered: