File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,16 @@ Google account and user data
1212Accessing user data
1313~~~~~~~~~~~~~~~~~~~
1414
15- The :mod: `pandas_gbq ` module accesses your Google user account, with
16- the list of `scopes
17- <https://developers.google.com/identity/protocols/googlescopes> `_ that you
18- specify. Depending on your specified list of scopes, the credentials returned
19- by this library may provide access to other user data, such as your email
20- address, Google Cloud Platform resources, Google Drive files, or Google
21- Sheets.
15+ The :mod: `pandas_gbq ` module accesses Google Cloud Platform resources from
16+ your local machine. Your machine communicates directly with the Google APIs.
17+
18+ The :func: `~pandas_gbq.read_gbq ` function can read and
19+ write BigQuery data (and other data such as Google Sheets or Cloud Storage,
20+ via the federated query feature) through the BigQuery query interface via
21+ queries you supply.
22+
23+ The :func: `~pandas_gbq.to_gbq ` method can write data you supply to a
24+ BigQuery table.
2225
2326Storing user data
2427~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments