Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
xref https://github.com/apache/arrow/pull/551 and https://github.com/apache/arrow/pull/551#issuecomment-294325969
this will allow round-tripping of pandas ``Timedelta`` and numpy ``timedelt64[ns]`` types. The will have a similar TimeUnit to TimestampType (s, us, ms, ns). Possible impl include making this pure 64-bit.
Attachments
Issue Links
- blocks
-
ARROW-5239 [JS] Add support for interval types in javascript
- Open
-
ARROW-2625 [Python] Serialize timedelta64 values from pandas to Arrow interval types
- Closed
- relates to
-
ARROW-352 [Format] Interval(DAY_TIME) has no unit
- Closed
- links to