We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdce82 commit 79562b1Copy full SHA for 79562b1
doc/source/api.rst
@@ -128,17 +128,13 @@ SQL
128
129
Google BigQuery
130
~~~~~~~~~~~~~~~
131
-.. currentmodule:: pandas.io.gbq
132
133
.. autosummary::
134
:toctree: generated/
135
136
read_gbq
137
138
139
-.. currentmodule:: pandas
140
-
141
142
STATA
143
~~~~~
144
doc/source/conf.py
@@ -243,6 +243,7 @@
243
('pandas.io.clipboard.read_clipboard', 'pandas.read_clipboard'),
244
('pandas.io.excel.ExcelFile.parse', 'pandas.ExcelFile.parse'),
245
('pandas.io.excel.read_excel', 'pandas.read_excel'),
246
+ ('pandas.io.gbq.read_gbq', 'pandas.read_gbq'),
247
('pandas.io.html.read_html', 'pandas.read_html'),
248
('pandas.io.json.read_json', 'pandas.read_json'),
249
('pandas.io.parsers.read_csv', 'pandas.read_csv'),
0 commit comments