BigQuery_Helper
BigQuery_Helper copied to clipboard
Helper class to simplify common read-only BigQuery tasks.
When I try to install by typing pip install -e git+https://github.com/SohierDane/BigQuery_Helper#egg=bq_helper, the following error messages are encountered as attached image 
As I understand it, `query_to_pandas_safe` requires FROM fields to be specified in a somewhat cumbersome way as shown in the following query ``` SELECT license, COUNT(1) num_repos FROM `bigquery-public-data.github_repos.licenses` GROUP...
Instead of just a project + dataset.