-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ERR: clarify exceptions for invalid datetimelike ops #9631
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
@jreback looks like a good first issue. Would like to work on this one over the next weekend. Are there any blockers / anyone already working on this one? |
go for it! |
To clarify, based on the discussion from #9630, all |
actually that example looks fixed:
but
should be a 'better' error message (the TypeError is ok) |
basically the path for [2] should end up similarly to [1] |
xref #9630
IIRC most of these are
TypeErrors
(seetseries/tests_base.py
, section on addition/subtraction ops)but I guess some are`NotImplementedError``
The text was updated successfully, but these errors were encountered: