BigQuery Starter Code for Bigquery Assignment
First, clone this repo to your local workspace.
# Set up
cd ise-3.1.2-bigquery-and-advanced-sql # cd into your new directory
python -m venv venv # Install venv
source venv/bin/activate # Activate venv
pip install -r requirements.txt # Install requirements
# Run
streamlit run example.py