-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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 of RowIterator return a generator of a subclass of google.api_core.page_iterator.Page with a to_dataframe() method.
pcsegal, agsha and urwa
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.