Skip to content

Commit fd126fd

Browse files
kykruegertswast
authored andcommitted
Update docstring of RowIterator's to_dataframe (googleapis#7306)
1 parent 04118f1 commit fd126fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bigquery/google/cloud/bigquery/table.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,8 @@ def get_dataframe(stream):
13811381
return pandas.concat(frames)[columns]
13821382

13831383
def to_dataframe(self, bqstorage_client=None, dtypes=None):
1384-
"""Create a pandas DataFrame from the query results.
1384+
"""Create a pandas DataFrame by loading all pages of a query.
1385+
13851386
13861387
Args:
13871388
bqstorage_client ( \

0 commit comments

Comments
 (0)