-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Regression in pandas 1.1.0: no longer allows adding a timestamp to timedelta range to create a datetime range. #35897
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
try on 1.1.1 which patched this i think |
Fails on 1.1.1 as well. That is actually when I first noticed the problem. |
Yes, can confirm this fails on master as well. |
Thanks for the report @analog-cbarber ! (cc @jbrockmendel) |
|
Two things at work here:
|
moved off 1.1.2 milestone (scheduled for this week) as no PRs to fix in the pipeline |
reopened as #36582 reverted |
Under pandas 1.0.5:
Under pandas 1.1.0:
This error really makes no sense given the above code.
Obviously an unintended side-effect of some other fix.
The text was updated successfully, but these errors were encountered: