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

   Note that there is not necessarily a clear definition of what the extracted 
"second" (or other component) of a duration is.
   
   In pandas, there are two variants: for example `Timedelta.seconds` and 
`Timedelta.components.seconds` 
(https://pandas.pydata.org/docs/dev/user_guide/timedeltas.html#attributes). I 
assume we would want the latter here? (since the former is based on an 
implementation detail of python's datetime.timedelta)
   


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