Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit f64feca

Browse files
authored
Update bigframes/dataframe.py
1 parent ee81ad0 commit f64feca

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

bigframes/dataframe.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,9 +1929,10 @@ def to_pandas_batches(
19291929
over the default size limit of 10 GB.
19301930
19311931
Returns:
1932-
An iterable of smaller dataframes which combine to
1933-
form the original dataframe. Results stream from bigquery,
1934-
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterable
1932+
Iterable[pandas.DataFrame]:
1933+
An iterable of smaller dataframes which combine to
1934+
form the original dataframe. Results stream from bigquery,
1935+
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterable
19351936
"""
19361937
return self._block.to_pandas_batches(
19371938
page_size=page_size,

0 commit comments

Comments
 (0)