We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb178d9 commit f09d38eCopy full SHA for f09d38e
pandas/core/frame.py
@@ -1187,6 +1187,7 @@ def to_gbq(
1187
See Also
1188
--------
1189
pandas_gbq.to_gbq : This function in the pandas-gbq library.
1190
+ pandas.read_gbq : Read a DataFrame from Google BigQuery.
1191
"""
1192
from pandas.io import gbq
1193
return gbq.to_gbq(
pandas/io/gbq.py
@@ -89,6 +89,7 @@ def read_gbq(
89
90
91
pandas_gbq.read_gbq : This function in the pandas-gbq library.
92
+ pandas.DataFrame.to_gbq : Write a DataFrame to Google BigQuery.
93
94
pandas_gbq = _try_import()
95
return pandas_gbq.read_gbq(
0 commit comments