You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code snippet produces a series with a date. In Pandas 1.3.5 the date is 2022-02-05. On the other hand in Pandas 1.4.0 the date is abruptly changed to 2022-02-04 which means a API breaking change which is against the Pandas version policy has happened.
Expected Behavior
This code snippet should produce a series with the date is 2022-02-05.
Installed Versions
1.4.0
The text was updated successfully, but these errors were encountered:
iajoiner
changed the title
BUG: pandas.tseries.offsets.DateOffset behaviorial changes
BUG: pandas.tseries.offsets.DateOffset behavior changes
Feb 9, 2022
Uh oh!
There was an error while loading. Please reload this page.
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
This code snippet produces a series with a date. In Pandas 1.3.5 the date is 2022-02-05. On the other hand in Pandas 1.4.0 the date is abruptly changed to 2022-02-04 which means a API breaking change which is against the Pandas version policy has happened.
Expected Behavior
This code snippet should produce a series with the date is 2022-02-05.
Installed Versions
1.4.0
The text was updated successfully, but these errors were encountered: