You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2017/02/22 08:56:44 UTC

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

Uwe L. Korn created ARROW-574:
---------------------------------

             Summary: 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


Example input: 

{code}
df = pd.DataFrame({"a": [["1", "1"], ["2"]]})
{code}



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