-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
TST: div/truediv with PyArrow duration types #54315
Comments
#54327 doesn't not effectively compare the result to the equivalent numpy operation because |
take |
Hi @prasad-yashdeep are you still working on this? |
take |
Hello @ccccjone are you still working on it ? |
Hi @droussea2001, I've unassigned myself from this issue. Please feel free to take it on. |
Ok thanks ! |
take |
Hello, I am a total beginner in open source and I am not sure to understand the issue. :-) If my understanding is correct the issue appears from the following test functions:
"#54327 doesn't not effectively compare the result to the equivalent numpy operation because pd.Timedelta / pd.NA raises a TypeError" because: So the trick would be to:
@mroeschke: is it correct ? Thanks in advance, |
Looks like they implemented
__truediv__
for more types.https://github.com/pandas-dev/pandas/actions/runs/5707046701/job/15463354529
The text was updated successfully, but these errors were encountered: