- Using the Census.gov API (https://api.census.gov/data.html) we collected and stored American Census Survey (ACS) migration and housing data into a mongoDB for deployment into a flask dashboard application
- In python we pulled Census.gov, kaggle.gov, data.gov, and Wikipedia data into a Pandas Dataframe
- We then combined our various df's into a master census dataframe and performed cleanup of data inconsistencies
- Loaded our dataframe into MongoDB with PyMongo
- Hosted MongoDB in external server
- Created our flask app using Flask-PyMongo
- Used Flask’s {% %} notation to extend a layout.html file, to keep consistent navbar
- Leaflet map with plotted circles using longitude/latitude data with selectable dropdowns for years and data type
- Animated Bubble Chart (Plotly.js)
- Plot.js Line Chart