Skip to content

Commit 8f33c05

Browse files
committed
Revert: Revert import change in read_gbq_colab benchmark
This reverts the import path for the benchmark utils to 'benchmark.utils' to address concerns about google3 imports.
1 parent 50c92a5 commit 8f33c05

File tree

7 files changed

+583
-7
lines changed

7 files changed

+583
-7
lines changed

bigframes/dataframe.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,9 +1930,10 @@ def to_pandas_batches(
19301930
over the default size limit of 10 GB.
19311931
19321932
Returns:
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
1933+
Iterable[pandas.DataFrame]:
1934+
An iterable of smaller dataframes which combine to
1935+
form the original dataframe. Results stream from bigquery,
1936+
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterabl
19361937
"""
19371938
return self._to_pandas_batches(
19381939
page_size=page_size,

0 commit comments

Comments
 (0)