We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef9388 commit 498b711Copy full SHA for 498b711
packages/pandas-gbq/docs/source/howto/authentication.rst
@@ -160,7 +160,7 @@ credentials are not found.
160
# authorization flow. Note, this doesn't work if you're running from a
161
# notebook on a remote sever, such as over SSH or with Google Colab.
162
auth_local_webserver=True,
163
-
+ )
164
165
df = pandas_gbq.read_gbq(
166
"SELECT my_col FROM `my_dataset.my_table`",
0 commit comments