-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Include missing holiday observance rules #38067
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 was poking at this, and discovered that |
pandas/pandas/tseries/holiday.py Line 15 in da5f914
We should probably remove |
There are room for improvement for the docstring as well. For example: Docstring of pandas/pandas/tseries/holiday.py Line 111 in 65319af
Docstring of pandas/pandas/tseries/holiday.py Line 118 in 65319af
|
take |
…v#57939) * fix method docstrings * add observances to user guide * add weekend_to_monday to user guide
Location of the documentation
Timeseries Holiday section in doc/source/user_guide/timeseries.rst.
Documentation problem
The list of available holiday observance rules is incomplete - several available observances are missing.
Suggested fix for documentation
The following observances should be added to the documentation because they are already available:
Before I examined
holiday
via TAB-completion I had written my own version of weekend_to_monday; others may likewise re-invent these wheels if they're not documented.(Updated to remove "weekend_to_monday" because it does the same thing as "next_monday")
The text was updated successfully, but these errors were encountered: