swat.cas.table.CASTable.to_gbq

CASTable.to_gbq(*args, **kwargs)

Write CAS table data to a Google BigQuery table

This method depends on data on the client side. This means that all of the data in the table must all be fetched. If you want to save a file on the server side, use the table.save CAS action.

Parameters:
*args : positional arguments

Positional arguments to pandas.DataFrame.to_gbq()

**kwargs : keyword arguments

Keyword arguments to pandas.DataFrame.to_gbq()