-
-
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
Series[Period] +/- NaT returns Series[datetime64] #19389
Comments
well , the + is right. |
Now, the behaviour is:
Should the TypeError be thrown in the case of subtraction (func |
this should be similar to how we treat a -/+ with a Timestamp (i think we raise)? |
The "correct" way to solve this would be to implement #24983. The issue is in how we treat |
This is not correct and is tested by test_pi_sub_pdnat. Closing. |
The text was updated successfully, but these errors were encountered: