GCP can't write Biq query using by to_gbq

后端 未结 2 1687
孤街浪徒
孤街浪徒 2021-01-26 14:46

Can\'t write Biq Query by following Error.

Python 3.5.6 
pandas-gbq 0.13.1 
google-cloud-bigquery 1.24.0

ImportError: pandas-gbq

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-26 15:52

    I tried !pip install google-cloud-bigquery==1.10.1 and this solved the error, it seems like proper for my Python version.

提交回复
热议问题