You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: bigframes/dataframe.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1929,9 +1929,10 @@ def to_pandas_batches(
1929
1929
over the default size limit of 10 GB.
1930
1930
1931
1931
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
0 commit comments