easyenvi.gcloud.BQ.append

Append an existing Big Query table.

Parameters

  • obj : pandas.DataFrame table to append

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

Examples

envi.GCP.BQ.append(obj=inflation, path='finance_data.inflation')

Last updated