You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/02/01 12:13:46 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #33962: [C++] Support Temporal Extraction Functions for duration types

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org