Google Cloud/BigQuery: Difference between revisions
From charlesreid1
(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...") |
|||
| Line 11: | Line 11: | ||
</pre> | </pre> | ||
Link/reference: https://cloud.google.com/bigquery/docs/reference/libraries | |||
Also see: https://github.com/GoogleCloudPlatform/google-cloud-python | |||
=Resources= | =Resources= | ||
Revision as of 01:03, 24 October 2017
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
Link/reference: https://cloud.google.com/bigquery/docs/reference/libraries
Also see: https://github.com/GoogleCloudPlatform/google-cloud-python
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/