Skip to content

Commit 135d2f8

Browse files
committed
Remove references to Google Cloud client library.
1 parent 0c33e58 commit 135d2f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/io/gbq.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
3030
and read results into a pandas DataFrame.
3131
3232
This function requires the `pandas-gbq package
33-
<https://pandas-gbq.readthedocs.io>`__ which uses the `Google Cloud
34-
BigQuery Client Library for Python
35-
<https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery/usage.html>`__
36-
as of version 0.3.0 of the ``pandas-gbq`` library.
33+
<https://pandas-gbq.readthedocs.io>`__.
3734
3835
Authentication to the Google BigQuery service is via OAuth 2.0.
3936

0 commit comments

Comments
 (0)