Skip to content

[Python] pyarrow.array returns NullArray for array of unsupported Python objects #17039

@asfimport

Description

@asfimport
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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions