From charlesreid1

Revision as of 00:59, 24 October 2017 by Admin (talk | contribs) (Created page with "=Installing and Using= ==Gcloud== ==Python API== To use BigQuery from Python, you need to install the Google Cloud Python API, plus BigQuery bindings. Use pip: <pre> $ pip...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing and Using

Gcloud

Python API

To use BigQuery from Python, you need to install the Google Cloud Python API, plus BigQuery bindings. Use pip:

$ pip3 install --upgrade google-cloud-bigquery




Resources

The Google Cloud podcast has a nice episode talking about BigQuery under the hood: https://www.gcppodcast.com/post/episode-94-big-query-under-the-hood-with-tino-tereshko-and-jordan-tigani/

Flags