[
https://issues.apache.org/jira/browse/ARROW-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657132#comment-17657132
]
Rok Mihevc commented on ARROW-31:
---------------------------------
This issue has been migrated to [issue
#15398|https://github.com/apache/arrow/issues/15398] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> 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
> Priority: Major
> Fix For: 0.1.0
>
>
> 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
(v8.20.10#820010)