-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: nanoseconds argument for DateOffset results in wrong output #36589
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
Labels
Bug
Datetime
Datetime data dtype
Error Reporting
Incorrect or improved errors from pandas
Frequency
DateOffsets
Milestone
Comments
Thanks for your report. Should we raise in |
Yes I think so. Users can use nano in Timedelta to handle this instead of DateOffset. Should I open a PR? I'm not sure if other developers have other opinion. |
This was referenced Oct 5, 2021
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Datetime
Datetime data dtype
Error Reporting
Incorrect or improved errors from pandas
Frequency
DateOffsets
This is related to
offset = timedelta(1)
in_determine_offset
frompd._libs.tslibs.offsets
.The text was updated successfully, but these errors were encountered: