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/03/13 03:19:04 UTC

[jira] [Resolved] (ARROW-574) Python: Add support for nested Python lists in Pandas conversion

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

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

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

> Python: Add support for nested Python lists in Pandas conversion
> ----------------------------------------------------------------
>
>                 Key: ARROW-574
>                 URL: https://issues.apache.org/jira/browse/ARROW-574
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Python
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>
> Example input: 
> {code}
> df = pd.DataFrame({"a": [["1", "1"], ["2"]]})
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)