-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
BUG: datetimelike subtract incorrect when broadcasting #12437
Comments
exists in 0.17.1 as well |
I thought we already had an issue for this. You need to specify how to broadcast.
|
so |
jreback
added
Bug
Datetime
Datetime data dtype
Indexing
Related to indexing on series/frames, not to indexes themselves
Timedelta
Timedelta data type
Difficulty Intermediate
labels
Feb 24, 2016
jreback
changed the title
Row-wise subtraction of
BUG: datetimelike subtract incorrect when broadcasting
Feb 24, 2016
datetime
returns datetime
instead than timedelta
Since #18784 is closed, let's make it explicit here: |
59 tasks
4 tasks
This now works. Most likely closed by #22163. |
@jreback closeable? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would expect the two to give the same result (
timedelta64[ns]
).The text was updated successfully, but these errors were encountered: