We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
weekday
relativedelta
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
main
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.tseries.offsets.DateOffset.html
First, the weekday argument has a type that comes from relativedelta that is class weekday
Second, the link to dateutil.relativedelta.relativedelta is going to matplotlib, but it really should go to dateutil: https://dateutil.readthedocs.io/en/stable/relativedelta.html
matplotlib
dateutil
The text was updated successfully, but these errors were encountered:
DateOffset
take
Sorry, something went wrong.
Detoro
No branches or pull requests
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.tseries.offsets.DateOffset.html
Documentation problem
First, the
weekday
argument has a type that comes fromrelativedelta
that is classweekday
Second, the link to dateutil.relativedelta.relativedelta is going to
matplotlib
, but it really should go todateutil
: https://dateutil.readthedocs.io/en/stable/relativedelta.htmlSuggested fix for documentation
relativedelta
docs, not matplotlibweekday
has a special type for its argument.The text was updated successfully, but these errors were encountered: