dataframe to bigquery python

                  # export back to google big query (uses Oauth from GET)
pd_gbq.to_gbq(raw_data,
              destination_table = 'user_churn_eda.from_py_table', 
              project_id = "zetland-master",
              if_exists = 'replace')