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.
- blocks
-
ARROW-5239 [JS] Add support for interval types in javascript
-
- Open
-
-
ARROW-2625 [Python] Serialize timedelta64 values from pandas to Arrow interval types
-
- Open
-
- relates to
-
ARROW-352 [Format] Interval(DAY_TIME) has no unit
-
- Resolved
-
- links to