-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DEPR: pd.TimeGrouper #16747
Comments
It is documented under |
http://pandas.pydata.org/pandas-docs/stable/groupby.html#grouping-with-a-grouper-specification is the section in the prose docs. |
Does |
|
I think it doesn't help that the cookbook part of the docs (http://pandas.pydata.org/pandas-docs/stable/cookbook.html?highlight=timegrouper#resampling) directly links to three TimeGrouper use cases, two on stackoverflow. From experience and searching stackoverflow, it appears that some of the most viewed questions involving grouping by dates use |
@tdpetrou yep certianly the cookbook could be updated to directly use |
SO is love-hate. Feel free to add links on questions where appropriate! |
I would like to take this up. |
closed by #16794 |
re-opening, this can track the deprecation. |
* COMPAT: pandas TimeGrouper xref pandas-dev/pandas#16747 * COMPAT: For pandas 0.21 CategoricalDtype * COMPAT: For pandas 0.21.0 HTML repr changes pandas-dev/pandas#16879 * COMPAT: For pandas 0.21.0 numexpr import pandas-dev/pandas#17710 * COMPAT: Default for inplace is now False in eval pandas-dev/pandas#11149
Problem description
The
TimeGrouper
docstrings are missing thekey
andlevel
parameters.TimeGrouper
is also absent from the API reference page in the docs. I think it would also be nice to have a section in the docs on how it differs thanresample
.The text was updated successfully, but these errors were encountered: