Skip to content

Commit ea24ab4

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 cc63d46 commit ea24ab4

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
@@ -1925,9 +1925,10 @@ def to_pandas_batches(
19251925
over the default size limit of 10 GB.
19261926
19271927
Returns:
1928-
An iterable of smaller dataframes which combine to
1929-
form the original dataframe. Results stream from bigquery,
1930-
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterable
1928+
Iterable[pandas.DataFrame]:
1929+
An iterable of smaller dataframes which combine to
1930+
form the original dataframe. Results stream from bigquery,
1931+
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterabl
19311932
"""
19321933
return self._to_pandas_batches(
19331934
page_size=page_size,

0 commit comments

Comments
 (0)