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

[jira] [Resolved] (ARROW-31) Python: basic PyList <-> Arrow marshaling code

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

Wes McKinney resolved ARROW-31.
-------------------------------
    Resolution: Fixed

Issue resolved by pull request 19
[https://github.com/apache/arrow/pull/19]

> Python: basic PyList <-> Arrow marshaling code
> ----------------------------------------------
>
>                 Key: ARROW-31
>                 URL: https://issues.apache.org/jira/browse/ARROW-31
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Python
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>
> To start, this will encompass only lists containing flat data (i.e. no list or dict members). For example:
> {code}
> [1, 2, None, 3, 4]
> ['foo', 'bar', None, 'baz']
> [True, False, False, True, None]
> {code}
> Type inference on more complicated Python lists (as occurring from {{json.loads}}, for example) is something we can explore later (if it is deemed useful).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)