This project is an effort on my part to learn more about data visualization and machine learning.
I've uploaded all the datasets used uncompressed except for the crime data. That one is bigger than GitHub's 100MB/file limit, so it had to be zipped.
I make use of the following Python modules:
- geopandas
- pandas
- matplotlib
- numpy
- scipy
- shapely
I've leaned heavily on the following web pages as I've learned to use these tools:
- The pandas documentation
- The shapely documentation
- matplotlib's API documentation
- The wonderful Chicago public data portal
- perrygeo's tutorial on making heatmaps from geopandas DataFrames
- Many, many, many discussions on StackOverflow
- Discussions in the r/Python, r/datascience, and r/learnpython subreddits