easyenvi.gcloud.BQ.load

Load an entire Big Query table into Python.

Parameters

  • path : str path representing the data set and the name of the table (ex : "mydata.mytable")

Examples

inflation = envi.GCP.BQ.load(path='finance_data.inflation')

Last updated