Wes McKinney created ARROW-4847:
-----------------------------------
Summary: [Python] Add pyarrow.table factory function that
dispatches to various ctors based on type of input
Key: ARROW-4847
URL: https://issues.apache.org/jira/browse/ARROW-4847
Project: Apache Arrow
Issue Type: Improvement
Components: Python
Reporter: Wes McKinney
Assignee: Wes McKinney
Fix For: 0.13.0
For example, in {{pyarrow.table(df)}} if {{df}} is a {{pandas.DataFrame}}, then
table will dispatch to {{pa.Table.from_pandas}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)