File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like
34
34
binary;`SPSS <https://en.wikipedia.org/wiki/SPSS>`__;:ref: `read_spss<io.spss_reader> `;
35
35
binary;`Python Pickle Format <https://docs.python.org/3/library/pickle.html>`__;:ref: `read_pickle<io.pickle> `;:ref: `to_pickle<io.pickle> `
36
36
SQL;`SQL <https://en.wikipedia.org/wiki/SQL>`__;:ref: `read_sql<io.sql> `;:ref: `to_sql<io.sql> `
37
- SQL;`Google Big Query <https://en.wikipedia.org/wiki/BigQuery>`__;:ref: `read_gbq<io.bigquery> `;:ref: `to_gbq<io.bigquery> `
37
+ SQL;`Google BigQuery <https://en.wikipedia.org/wiki/BigQuery>`__;:ref: `read_gbq<io.bigquery> `;:ref: `to_gbq<io.bigquery> `
38
38
39
39
:ref: `Here <io.perf >` is an informal performance comparison for some of these IO methods.
40
40
You can’t perform that action at this time.
0 commit comments