-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Updated cookbook to show usage of Grouper instead of TimeGrouper… #16794
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -776,11 +776,17 @@ Resampling | |
|
||
The :ref:`Resample <timeseries.resampling>` docs. | ||
|
||
`TimeGrouping of values grouped across time | ||
<http://stackoverflow.com/questions/15297053/how-can-i-divide-single-values-of-a-dataframe-by-monthly-averages>`__ | ||
`Using Grouper instead of TimeGrouper | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you can still say |
||
<https://stackoverflow.com/questions/15297053/how-can-i-divide-single-values-of-a-dataframe-by-monthly-averages>`__ | ||
|
||
`TimeGrouping #2 | ||
<http://stackoverflow.com/questions/14569223/timegrouper-pandas>`__ | ||
`Grouper#2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you give a more informative title (and again you can say 'time grouping') |
||
<https://stackoverflow.com/questions/33637312/pandas-grouper-by-frequency-with-completeness-requirement>`__ | ||
|
||
`Valid frequency arguments to Grouper | ||
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__ | ||
|
||
`Grouping using multiindex | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Grouping using a MultiIndex |
||
<https://stackoverflow.com/questions/41483763/pandas-timegrouper-on-multiindex>`__ | ||
|
||
`Using TimeGrouper and another grouping to create subgroups, then apply a custom function | ||
<https://github.com/pandas-dev/pandas/issues/3791>`__ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would paybe try to update the stackoverflow post?
In any case, the Grouper docs in itself are not a good reference for "Using Grouper to group values across time"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jorisvandenbossche thank you for reviewing. I'm sorry I'm new to this, it'll be great if you could guide me on this.
I'll definitely try and update the stackoverflow post.
Should I instead include some examples to show the usage of Grouper to group values across time?