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

Phillip Cloud commented on ARROW-1411:
--------------------------------------

I'll take this one. I've tracked it down already.

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

Reply via email to