googleapis / googleapis/google-cloud-python
deprecate `ReadRowsStream.to_dataframe`, `ReadRowsIterable.to_dataframe`
未關閉
api: bigquerystorage
next major: breaking change
type: feature request
- 主要語言
- Python
- 星號
- 5.4k
- 分支
- 1.8k
- 平均合併
- 2 天 23 小時
- 30 天內合併 PR
- 123
描述
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 (https://github.com/dask/dask/issues/3121#issuecomment-578328715). 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.
貢獻指南
評估
這個 Issue 還沒有評估資料。