python-bigquery-pandas
python-bigquery-pandas copied to clipboard
feat: make google-cloud-bigquery-storage an optional dependency
when installing pandas-gbq, google-cloud-bigquery-storage must be installed. however this package is not a must and causes errors for clients such as permissions problems. for backwards compatibility the best possible solution is to add this package to the extras package so to be able to opt out of this package.