[
https://issues.apache.org/jira/browse/ARROW-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated ARROW-6227:
--------------------------------
Fix Version/s: 0.15.0
> [Python] pyarrow.array() shouldn't coerce np.nan to string
> ----------------------------------------------------------
>
> Key: ARROW-6227
> URL: https://issues.apache.org/jira/browse/ARROW-6227
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.14.1
> Reporter: Igor Yastrebov
> Assignee: Wes McKinney
> Priority: Major
> Fix For: 0.15.0
>
>
> pa.array() by default regards np.nan as float value and fails on
> pa.array([np.nan, 'string']). It should also fail on pa.array(['string',
> np.nan]) instead of coercing it to null value.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)