Skip to content

BigQuery: Make RowIterator._to_dataframe_iterable public #7339

@tswast

Description

@tswast

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.

Metadata

Metadata

Labels

api: bigqueryIssues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions