Querying in the Cloud: Using BigQuery with R and Python

Praneeth Kandula
Analytics Vidhya
Published in
3 min readJan 30, 2020

--

Learn more about Google’s serverless, highly scalable and lightning fast Data Warehouse here : BigQuery.

In this article we will be looking at how to access and query data stored in BigQuery using R and Python.

Using R

We will be using the bigrquery package created by Hadley Wickham which provides a very simple…

--

--