Skip to content

DOC: Clarify relation between DateOffset and relativedelta #42251

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

Conversation

daviewales
Copy link
Contributor

dateutil.relativedelta can be constructed either from two date/datetime objects passed as positional arguments, or explicitly constructed in terms of year, month, day etc passed as keyword arguments. DateOffset only supports the keyword argument form of relativedelta.

dateutil.relativedelta can be constructed either from two date/datetime objects passed as positional arguments, or explicitly constructed in terms of year, month, day etc passed as keyword arguments. DateOffset only supports the keyword argument form of relativedelta.
@daviewales daviewales changed the title [Docs] Clarify relation between DateOffset and relativedelta Doc: Clarify relation between DateOffset and relativedelta Jun 26, 2021
@daviewales daviewales changed the title Doc: Clarify relation between DateOffset and relativedelta DOC: Clarify relation between DateOffset and relativedelta Jun 26, 2021
@jreback jreback added Docs Frequency DateOffsets labels Jul 1, 2021
@jreback jreback added this to the 1.4 milestone Jul 1, 2021
@mroeschke mroeschke merged commit c8b3337 into pandas-dev:master Jul 11, 2021
@mroeschke
Copy link
Member

Thanks @daviewales

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.

3 participants