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
Copy file name to clipboardExpand all lines: bigframes/dataframe.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1930,7 +1930,7 @@ def to_pandas_batches(
1930
1930
over the default size limit of 10 GB.
1931
1931
1932
1932
Returns:
1933
-
Iterable[pandas.DataFrame]:
1933
+
blocks.PandasBatches:
1934
1934
An iterable of smaller dataframes which combine to
1935
1935
form the original dataframe. Results stream from bigquery,
1936
1936
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