googleapis / googleapis/google-cloud-python

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

Aperta
#14,280 4 commenti 0 reazioni 1 assegnatario Rivendicata da @tswast Vedi su GitHub
api: bigquerystorage next major: breaking change type: feature request
Lingua principale
Python
Stelle
5.4k
Fork
1.8k
Merge medio
3g 4h
PR unite (30g)
122

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.