We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
import pandas_gbq
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.
read_gbq
to_gbq
pandas
pandas_gbq
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
andfrom google.oauth2 import service_account
https://pandas-gbq.readthedocs.io/en/latest/intro.html should have a simple example for both
read_gbq
andto_gbq
. We can show how to use frompandas
or usingpandas_gbq
directly.The text was updated successfully, but these errors were encountered: