[
https://issues.apache.org/jira/browse/ARROW-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657443#comment-17657443
]
Rok Mihevc commented on ARROW-409:
----------------------------------
This issue has been migrated to [issue
#16058|https://github.com/apache/arrow/issues/16058] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> Python: Change pyarrow.Table.dataframe_from_batches API to create Table
> instead
> -------------------------------------------------------------------------------
>
> Key: ARROW-409
> URL: https://issues.apache.org/jira/browse/ARROW-409
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Bryan Cutler
> Assignee: Bryan Cutler
> Priority: Minor
> Fix For: 0.2.0
>
>
> As discussed in PR https://github.com/apache/arrow/pull/216 the pyarrow.Table
> API to convert RecordBatches to pandas.DataFrame would be better/more
> flexible as follows:
> {noformat}
> table = pa.Table.from_batches(batches)
> df = table.to_pandas()
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)