googleapis / googleapis/google-cloud-python

deprecate `ReadRowsStream.to_dataframe`, `ReadRowsIterable.to_dataframe`

未關閉
#14,280 4 則留言 0 個 reaction 已指派 1 人 已被 @tswast 認領 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。