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

[jira] [Assigned] (ARROW-1411) [Python] Booleans in Float Columns cause Segfault

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

Phillip Cloud reassigned ARROW-1411:
------------------------------------

    Assignee: Phillip Cloud

> [Python] Booleans in Float Columns cause Segfault
> -------------------------------------------------
>
>                 Key: ARROW-1411
>                 URL: https://issues.apache.org/jira/browse/ARROW-1411
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.6.0
>            Reporter: Nick White
>            Assignee: Phillip Cloud
>             Fix For: 0.7.0
>
>
> This causes a segfault:
> {code}
> import pandas as pd
> import pyarrow as pa
> print("Pandas: %s" % pd.__version__)
> print("Pyarrow: %s" % pa.__version__)
> df = pd.DataFrame({"B": (1, True)})
> pa.Table.from_pandas(df) 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)