-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: 'MS' offset alias does not work as described with pd.date_range() #44534
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
Conversation
loicdiridollou
commented
Nov 20, 2021
- closes DOC: 'MS' offset alias does not work as described with pd.date_range() #44146
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- [NA] whatsnew entry
doc/source/user_guide/timeseries.rst
Outdated
.. note:: | ||
|
||
When using the offset aliases above, it should be noted that functions | ||
such as ``date_range``, ``bdate_range``, will only return timestamps that |
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.
also if you are adding here it is ok, but would be great to add to the actual functions as well
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.
use something like :func:`pd.date_range`
to reference this
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.
Correct sorry I missed this :func:, this is updated
pls build the docs locally and see where this is going wrong: https://github.com/pandas-dev/pandas/runs/4280860460?check_suite_focus=true |
My mistake I misaligned some text that got included in the ipython block, will be more careful next time, should be fixed now (but waiting for full build) |
thanks @loicdiridollou |