BigQuery_Helper icon indicating copy to clipboard operation
BigQuery_Helper copied to clipboard

Helper class to simplify common read-only BigQuery tasks.

Results 3 BigQuery_Helper issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/28646525/200155975-d4adf271-3bf8-4600-bf05-a3dfd8f12745.png)

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...