【发布时间】:2017-08-01 04:32:03
【问题描述】:
我想使用 Google Datalab 笔记本为基因组数据创建一个 bigQuery 表并达到列数限制。该表是从 pandas DataFrame 创建的。
# to communicate with Google BigQuery
from pandas.io import gbq
gbq.to_gbq(df_pgp_input, 'pgp_orielresearch.pgp_PIK3CA_all_ml', 'speedy-emissary-167213', chunksize=10000, verbose=True)
GenericGBQException:原因:无效,消息:字段太多:12427
【问题讨论】:
标签: google-bigquery google-cloud-datalab