In this mini project, I take a look at crimes in Chicago as a whole and Hyde Park using pandas, plotly, and Google's BigQuery.
- Set up Python Client for Google BigQuery.
- Make sure you have the following packages: pandas, matplotlib, plotly, os, google.cloud
- Replace credential_path with path to .json file produced in step 1.
I also created a web app with limited functionalities using Heroku. It took me quite some time to figure out how to integrate Heroku, Google Cloud and GitHub so that I can store all my code on GitHub. Found this link that was super useful. Also, to deploy Heroku from GitHub, simply add the Procfile and setup.sh files in your repo, and add required packages in requirement.txt.