Closed
Description
We should show the necessary imports in our how-to guides.
https://pandas-gbq.readthedocs.io/en/latest/howto/authentication.html needs to show import pandas_gbq
and from google.oauth2 import service_account
https://pandas-gbq.readthedocs.io/en/latest/intro.html should have a simple example for both read_gbq
and to_gbq
. We can show how to use from pandas
or using pandas_gbq
directly.