refactor to use more logic from google-cloud-bigquery #339
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-pandas API.
type: process
A process-related concern. May include testing, release, or the like.
The backend made some improvements to the performance of time-to-first-byte for query results. I'm working on implementing these changes here: googleapis/python-bigquery#362
pandas-gbq will not be able to take advantage of many of these performance improvements unless it uses the return value from
QueryJob.result()
or evenQueryJob.to_dataframe()
directly.QueryJob.to_dataframe()
(remove any manuallist_rows()
on destination table calls if still present).Client.load_table_from_dataframe()
(Done in feat:to_gbq
uses Parquet by default, useapi_method="load_csv"
for old behavior #413)Related: #149
The text was updated successfully, but these errors were encountered: