Skip to content

Commit 86698c0

Browse files
committed
change docstring
1 parent 1a7f859 commit 86698c0

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
@@ -1925,7 +1925,7 @@ def to_pandas_batches(
19251925
over the default size limit of 10 GB.
19261926
19271927
Returns:
1928-
Iterable[pandas.DataFrame]:
1928+
blocks.PandasBatches:
19291929
An iterable of smaller dataframes which combine to
19301930
form the original dataframe. Results stream from bigquery,
19311931
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)