Skip to content

Commit 02cf227

Browse files
committed
change docstring
1 parent bedfed4 commit 02cf227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ def to_pandas_batches(
19301930
over the default size limit of 10 GB.
19311931
19321932
Returns:
1933-
Iterable[pandas.DataFrame]:
1933+
blocks.PandasBatches:
19341934
An iterable of smaller dataframes which combine to
19351935
form the original dataframe. Results stream from bigquery,
19361936
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

Comments
 (0)