Working with BigQuery

In this tutorial we will look at the examples of working with BigQuery using the package bigrquery. You will need: - Install bigrquery package - Service account key (how to create it you can find here) - Enable BigQuery api in google cloud console bigrquery From bigrquery description: The bigrquery package makes it easy to work with data stored in Google BigQuery by allowing you to query BigQuery tables and retrieve metadata about your projects, datasets, tables, and jobs. [Read More]