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 2018/01/18 01:18:00 UTC

[jira] [Created] (ARROW-2007) [Python] Sequence converter for float32 not implemented

Wes McKinney created ARROW-2007:
-----------------------------------

             Summary: [Python] Sequence converter for float32 not implemented
                 Key: ARROW-2007
                 URL: https://issues.apache.org/jira/browse/ARROW-2007
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Wes McKinney
             Fix For: 0.9.0


See bug report in [https://github.com/apache/arrow/issues/1431,] example
{code:java}
import pyarrow as pa
l = [[1.2, 3.4], [9.0, 42.0]]
pa.array(l, type=pa.list_(pa.float32())){code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)