在pandas read_gbq中指定表的地理位置

时间:2018-05-07 03:40:06

标签: pandas google-bigquery

我在pandas.read_gbq设置地理位置时遇到问题。

google.cloud.bigquery我可以将位置设置为asia-northeast1以下内容:

query_job = bigquery_client.query(query, location='asia-northeast1')

但是,我未能在read_gbq中执行此操作。以下不起作用:

dat = pd.read_gbq(query, project_id=id, jobReference={'location':'asia-northeast1'}, dialect='standard')

0 个答案:

没有答案