简体   繁体   中英

how to import bigquery module from google.cloud

I am very new to SQL and I was instructed to run the code below:

from google.cloud import bigquery

But I cant seem to go beyond the first step - i keep getting this error


ImportError: Traceback (most recent call last)
<ipython-input-3-1035661e8528> in <module>
----> 1 from google.cloud import bigquery

ImportError: cannot import name 'bigquery' from 'google.cloud' (unknown location)

Do any of you know a way around this?

Thank you

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM