BigQuery: Make RowIterator._to_dataframe_iterable
public
#7339
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Follow-up to #7293
There are use cases where it's not ideal to download a whole table at once, but a pandas DataFrame is still desired.
Potential solution:
Make the
pages
member ofRowIterator
return a generator of a subclass ofgoogle.api_core.page_iterator.Page
with ato_dataframe()
method.The text was updated successfully, but these errors were encountered: