-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
Inconsistent Timestamp arithmetic #8554
Comments
hmm, this should work, marking as a bug |
this seems trivial, but is actually complicated because of this:
practically no arithmetic operations make sense with this frame, .eg that said I agree a compatible dtyped op should work e.g.
If these were series all is good, and will all work appropriately (and is easy to achive |
Looked into this briefly, threw up my hands somewhere between |
the code in |
Subtracting a scalar datetime from a series returns timedeltas, but doesn't do the same for a dataframe.
It seems like both should return timedeltas.
The text was updated successfully, but these errors were encountered: