Skip to content

Commit a10e99c

Browse files
committed
change docstring
1 parent 54d0b5f commit a10e99c

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