Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Change pyarrow.Table.dataframe_from_batches API to create Table instead #173

Closed
toddfarmer opened this issue Dec 6, 2016 · 2 comments

Comments

@toddfarmer
Copy link
Owner

toddfarmer commented Dec 6, 2016

Note: This issue was originally created as ARROW-409. Please see the migration documentation for further details.

Original Issue Description:

As discussed in PR apache/arrow#216 the pyarrow.Table API to convert RecordBatches to pandas.DataFrame would be better/more flexible as follows:

table = pa.Table.from_batches(batches)
df = table.to_pandas()

Migrated issue participants:

Reporter: Bryan Cutler (bryanc)
Assignee: Bryan Cutler (bryanc)

@toddfarmer
Copy link
Owner Author

Note: Comment by Bryan Cutler (bryanc):
PR: apache/arrow#229

@toddfarmer
Copy link
Owner Author

Note: Comment by Uwe Korn (uwe):
Issue resolved by pull request 229
apache/arrow#229

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant