Skip to content

deprecate ReadRowsStream.to_dataframe, ReadRowsIterable.to_dataframe #14280

@tswast

Description

@tswast

These higher-level functions seemed useful at the time of implementation, but they were not needed by google-cloud-bigquery, pandas-gbq, or even experimental Dask (dask/dask#3121 (comment)). Instead, only the lower-level ReadRowsPage.to_arrow and ReadRowsPage.to_dataframe methods were used.

Deprecating these can allow us to deprecate the passing around of read_session fully because we won't have to worry about returning something sensible for empty streams.

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigquerystorageIssues related to the BigQuery Storage API.next major: breaking changethis is a change that we should wait to bundle into the next major versiontype: 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