-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
The documentation around frequency strings is unclear #13160
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
I think another confusion is caused by legacy aliases. We've formally deprecated legacy offsets in 0.17 (#10951), thus 0.19 may be a good timing to re-organize the doc (including your point). |
I'd like to take this for my first PR. Could it be assigned to me? |
@ckrapu go ahead an submit a PR when you are ready. |
@ckrapu are you still working on this? If not, I'd like to work on this. Please let me know. |
Nope, all yours. I got stuck trying to build the docs and sort out what
|
Awesome! @jreback can you please suggest some ideas about including the point mentioned by @mineo? One thing can be including the link to this explanation wherever Am I thinking in the right direction? |
sure u can include the link |
that page is the actual doc-string defined in window.py docs themselves r in pandas/doc/source |
Thanks! I'll submit the PR in a while. |
@ckrapu If you got stuck with building the docs, always welcome to specify what the problem was, so we can try to make contributing to the documentation as easy as possible |
http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.rolling.html?highlight=rolling#pandas.DataFrame.rolling and various other places in the documentation talk about something called "frequency strings", however, there doesn't seem to be any explanation of what this term means anywhere. http://pandas.pydata.org/pandas-docs/stable/timeseries.html#dateoffset-objects mentions the term again without explaining it. From the few examples I found, I now think http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases (note that this is after the dateoffset objects in the documentation) is the complete list of frequency strings, but for some reason they're called "offset aliases" here. Are those the frequency strings? If not, where are they defined?
The text was updated successfully, but these errors were encountered: