AlenkaF commented on PR #14531:
URL: https://github.com/apache/arrow/pull/14531#issuecomment-1294431629

   There is also an issue when comparing timedelta in the old version of pandas 
I need to look into:
   ```python
   >       assert result["timedelta_2"].item() == timedelta_2
   E       assert 13223000000000 == datetime.timedelta(seconds=13223)
   E        +  where 13223000000000 = <bound method IndexOpsMixin.item of 0   
03:40:23\nName: timedelta_2, dtype: timedelta64[ns]>()
   E        +    where <bound method IndexOpsMixin.item of 0   03:40:23\nName: 
timedelta_2, dtype: timedelta64[ns]> = 0   03:40:23\nName: timedelta_2, dtype: 
timedelta64[ns].item
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to