Skip to content

Commit c840dbb

Browse files
authored
DOC: Clarify data access in the privacy document.
1 parent d25547e commit c840dbb

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/source/privacy.rst

+10-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ Google account and user data
1212
Accessing 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

2326
Storing user data
2427
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)