[
https://issues.apache.org/jira/browse/ARROW-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-1437:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/17460
> [Python] pa.Array.from_pandas segfaults when given a mixed-type array
> ---------------------------------------------------------------------
>
> Key: ARROW-1437
> URL: https://issues.apache.org/jira/browse/ARROW-1437
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.5.0, 0.6.0
> Reporter: Dima Ryazanov
> Assignee: Phillip Cloud
> Priority: Major
> Fix For: 0.7.0
>
>
> Array.from_pandas crashes when given an array with mixed types - ints and
> strings, ints and floats, etc.
> Example:
> {{
> import numpy as np
> import pyarrow as pa
> x = np.array([0, 0.5], dtype=object)
> pa.Array.from_pandas(x)
> }}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)