zanmato1984 commented on issue #33962:
URL: https://github.com/apache/arrow/issues/33962#issuecomment-1858680157

   I want to take this but I'm not really much of a Python guy. So could anyone 
kindly help me to understand more about the  Python counter-part of this task?
   
   My questions is that, according to the pandas doc 
(https://pandas.pydata.org/docs/dev/user_guide/timedeltas.html#timedelta-limitations),
 the internal representation of pandas `Timedelta` is an `int64` in 
nanoseconds. Does it mean in C++, we can assume that it always binds to a 
`DurationType` with `TimeUnit::NANO`?
   
   Thanks.


-- 
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