In [4]: arr = np.array([datetime.timedelta(1), datetime.timedelta(2)])
In [5]: pa.array(arr)
Out[5]:
<pyarrow.lib.NullArray object at 0x7fbb612bba48>
[
NA,
NA
]
Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm
Note: This issue was originally created as ARROW-1222. Please see the migration documentation for further details.
Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm
Note: This issue was originally created as ARROW-1222. Please see the migration documentation for further details.