You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/08/30 22:13:00 UTC

[jira] [Updated] (ARROW-1437) [Python] pa.Array.from_pandas segfaults when given a mixed-type array

     [ https://issues.apache.org/jira/browse/ARROW-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-1437:
--------------------------------
    Summary: [Python] pa.Array.from_pandas segfaults when given a mixed-type array  (was: pa.Array.from_pandas segfaults when given a mixed-type array)

> [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
>             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
(v6.4.14#64029)