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
pip 21.1.3 from /usr/local/lib/python3.7/dist-packages/pip (python 3.7)
google-cloud-bigquery version: pip show google-cloud-bigquery
3.3.3
Steps to reproduce
run this code cell 1 at google colab.
restart google colab runtime.
run this code cell 1 - all
occur error
1-alt: if Cell 1-alt instead of cell 1, no error.
Code example
Cell 1
query="""SELECT name, gender, SUM(number) AS totalFROM `bigquery-public-data.usa_names.usa_1910_2013`GROUP BY name, genderORDER BY total DESCLIMIT 10"""%pipinstall--upgradegoogle-cloud-bigquerydb-dtypes
query="""SELECT name, gender, SUM(number) AS totalFROM `bigquery-public-data.usa_names.usa_1910_2013`GROUP BY name, genderORDER BY total DESCLIMIT 10"""#%pip install --upgrade google-cloud-bigquery db-dtypes
Environment details
python --version
pip --version
google-cloud-bigquery
version:pip show google-cloud-bigquery
Steps to reproduce
1-alt: if Cell 1-alt instead of cell 1, no error.
Code example
Cell 1
Cell 2
cell 1-alt
Stack trace
The text was updated successfully, but these errors were encountered: