3 ways to query BigQuery in Python

SQLAlchemy, Python Client for Google BigQuery, and bq command-line tool

Sophia Yang, Ph.D.
Towards Data Science
4 min readJun 29, 2021

--

Photo by Raimond Klavins on Unsplash

How do you query BigQuery data? This article talks about 3 ways to query BigQuery data in Python. Hope you find them useful.

Environment

conda install notebook google-cloud-bigquery sqlalchemy pybigquery

--

--