easyenvi.gcloud.BQ.write
Write an entire Python dataframe into Big Query.
Parameters
Examples
schema = [{"name": "country", "type": "STRING"},
{"name": "date", "type": "TIMESTAMP"},
{"name": "inflation", "type": "FLOAT"}]
envi.GCP.BQ.write(obj=inflation, path='finance_data.inflation', schema=schema)Last updated