You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Traceback (most recent call last): File "<stdin>", line 9, in <module> File "/Users/xxxxxx/tf/lib/python3.6/site-packages/pandas/io/gbq.py", line 99, in read_gbq **kwargs) File "/Users/xxxxxx/tf/lib/python3.6/site-packages/pandas_gbq/gbq.py", line 828, in read_gbq final_df = _parse_data(schema, rows) File "/Users/xxxxxx/tf/lib/python3.6/site-packages/pandas_gbq/gbq.py", line 729, in _parse_data page_array[row_num][col_num] = field_valueValueError: setting an array element with a sequence.
ISSUE: 'patents-public-data.google_patents_research.publications' - a public dataset. 'embedding_v1' - a repeated float field.
Google BigQuery tools parses this query without a problem, but pandas-gbq outputs the upper-mentioned issue.
Maybe related to #101
INFO:
pandas_gbq.__version__ : '0.3.0', '0.3.1'python:3.6.2, 3.5.2SNIPPET:
ERROR:
ISSUE:
'patents-public-data.google_patents_research.publications'- a public dataset.'embedding_v1'- a repeated float field.Google BigQuery tools parses this query without a problem, but pandas-gbq outputs the upper-mentioned issue.
Maybe related to #101