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 2019/06/26 00:59:00 UTC

[jira] [Resolved] (ARROW-4847) [Python] Add pyarrow.table factory function that dispatches to various ctors based on type of input

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

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

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

> [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: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> 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)