Skip to content

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

Merged
merged 5 commits into from
Nov 25, 2021
Merged

DOC: 'MS' offset alias does not work as described with pd.date_range() #44534

merged 5 commits into from
Nov 25, 2021

Conversation

loicdiridollou
Copy link
Member

.. note::

When using the offset aliases above, it should be noted that functions
such as ``date_range``, ``bdate_range``, will only return timestamps that
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Member Author

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

@jreback jreback added Docs Frequency DateOffsets labels Nov 20, 2021
@jreback jreback added this to the 1.4 milestone Nov 25, 2021
@jreback
Copy link
Contributor

jreback commented Nov 25, 2021

pls build the docs locally and see where this is going wrong: https://github.com/pandas-dev/pandas/runs/4280860460?check_suite_focus=true

@loicdiridollou
Copy link
Member Author

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)

@jreback jreback merged commit 2f203d1 into pandas-dev:master Nov 25, 2021
@jreback
Copy link
Contributor

jreback commented Nov 25, 2021

thanks @loicdiridollou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: 'MS' offset alias does not work as described with pd.date_range()
2 participants