Skip to content

Commit 1006e32

Browse files
oguzhanogredenWillAyd
authored andcommitted
Document S3 and GCS path functionality of DataFrame.to_csv() (#29920)
1 parent 2208c40 commit 1006e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like
3535
binary;`SPSS <https://en.wikipedia.org/wiki/SPSS>`__;:ref:`read_spss<io.spss_reader>`;
3636
binary;`Python Pickle Format <https://docs.python.org/3/library/pickle.html>`__;:ref:`read_pickle<io.pickle>`;:ref:`to_pickle<io.pickle>`
3737
SQL;`SQL <https://en.wikipedia.org/wiki/SQL>`__;:ref:`read_sql<io.sql>`;:ref:`to_sql<io.sql>`
38-
SQL;`Google Big Query <https://en.wikipedia.org/wiki/BigQuery>`__;:ref:`read_gbq<io.bigquery>`;:ref:`to_gbq<io.bigquery>`
38+
SQL;`Google BigQuery <https://en.wikipedia.org/wiki/BigQuery>`__;:ref:`read_gbq<io.bigquery>`;:ref:`to_gbq<io.bigquery>`
3939

4040
:ref:`Here <io.perf>` is an informal performance comparison for some of these IO methods.
4141

0 commit comments

Comments
 (0)