We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: This issue was originally created as ARROW-409. Please see the migration documentation for further details.
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()
Reporter: Bryan Cutler (bryanc) Assignee: Bryan Cutler (bryanc)
The text was updated successfully, but these errors were encountered:
Note: Comment by Bryan Cutler (bryanc): PR: apache/arrow#229
Sorry, something went wrong.
Note: Comment by Uwe Korn (uwe): Issue resolved by pull request 229 apache/arrow#229
No branches or pull requests
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:
Migrated issue participants:
Reporter: Bryan Cutler (bryanc)
Assignee: Bryan Cutler (bryanc)
The text was updated successfully, but these errors were encountered: