We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04118f1 commit fd126fdCopy full SHA for fd126fd
bigquery/google/cloud/bigquery/table.py
@@ -1381,7 +1381,8 @@ def get_dataframe(stream):
1381
return pandas.concat(frames)[columns]
1382
1383
def to_dataframe(self, bqstorage_client=None, dtypes=None):
1384
- """Create a pandas DataFrame from the query results.
+ """Create a pandas DataFrame by loading all pages of a query.
1385
+
1386
1387
Args:
1388
bqstorage_client ( \
0 commit comments