-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
BigQuery: Add support for BigQuery Storage API Arrow format in to_dataframe
and to_arrow
.
#8551
Conversation
Added the |
Once #8609 goes in, I'll aim to rebase this on top of that change, providing a fast version of |
|
to_dataframe
and to_arrow
.
Let's wait for #8644 to be merged and released to PyPI before merging this one. |
…leased" This reverts commit 5a5edd5.
_StreamParser
abstract, and breaks it into two implementations: one for arrow and one for avro. The implementation is selected is based on the schema set in theReadSession
.client.list_rows(table).to_dataframe(bq_storage_client)