pandas.io.gbq.to_gbq()
pandas.io.gbq.to_gbq
-
pandas.io.gbq.to_gbq(dataframe, destination_table, project_id, chunksize=10000, verbose=True, reauth=False, if_exists='fail', private_key=None)
-
Write a DataFrame to a Google BigQuery table.
THIS IS AN EXPERIMENTAL LIBRARY
The main method a user calls to export pandas DataFrame contents to Google BigQuery table.
Google BigQuery API Client Library v2 for Python is used. Documentation is available at https://developers.google.com/api-client-library/python/apis/bigquery/v2
Authentication to the Google BigQuery service is via OAuth 2.0. By default user account credentials are used. You will be asked to grant permissions for product name ‘pandas GBQ’. It is also posible to authe