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/25 12:41:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16141556#comment-16141556 ] 

Wes McKinney commented on ARROW-1411:
-------------------------------------

This is probably closely related to the other issue you reported. We'll get it fixed

> [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
>             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)