-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to use BQ Storage API with to_dataframe (#6854)
* Add option to use BQ Storage API with to_dataframe This is a faster method to read a dataframe from a table using the (alpha) BigQuery Storage API. Supply a BQ Storage API to to_dataframe() to use the faster method. Currently it cannot read data from (small) anonymous query results tables, thus why the system test has a destination table for the query. * Remove thread prefix (not present in Python 3.5)
- Loading branch information
Showing
4 changed files
with
306 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.