I would like to create a bigQuery table for genomic data with Google Datalab notebook and hitting the columns limit. The table is created from 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: Reason: invalid, Message: Too many fields: 12427