deprecate ReadRowsStream.to_dataframe
, ReadRowsIterable.to_dataframe
#230
Labels
api: bigquerystorage
Issues related to the googleapis/python-bigquery-storage API.
next major: breaking change
this is a change that we should wait to bundle into the next major version
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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-levelReadRowsPage.to_arrow
andReadRowsPage.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.The text was updated successfully, but these errors were encountered: