This repo includes code for an initial exploration of Google Data Commons using the python API.
The following instructions are for Windows PowerShell
`python -m venv dc_env`
`dc_env\Scripts\Activate.ps1`
`pip install -r requirements.txt`
`jupyter lab`