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)
