This goal of this project was to observe the correlations between various CHSIs and its impact on other risks like High Blood Pressure, Diabetes etc. The Community Health Status Indicators (CHSI) data set is collected by the US Department of Health and Human Services and presents county-level data on population demographics and health factors. This is very rich dataset. It contains various riskfactors, demographic data, data related to preventive care and access to care and much more. For this project, only Demographic and Risk Factor data have been considered.
Visualization shows Demographic and Risk factor data (Obesity, Smoker, High blood pressure, Diabetes, Few fruits and vegetables) by state as well as county. User has an option to change the risk factor and visualize as well as it gives good 5 and worst 5 states for that risk factor. It allows users to select and explore several data attribtues simultaneously via Choropleths, Bar charts, and a data table. User can visualize the state and county level data on bubble plot as well with interactive axes.
Heroku deployed Site: http://bhavini-chsi-correlations.herokuapp.com/
-
Back End:
- Pandas
- Python 3.6
- Flask
- PostgreSQL
- SQLAlchemy ORM
- Heroku
-
Front End:
- HTML/CSS/Bootstrap
- Javascript
- JS libraries used for plotting: D3.js,
- Visualization Tool: Tableau
-
Visualizations with different RiskFactors using interactive axes.
-
Visualization shows Demographic and Risk factor data (Obesity, Smoker, High blood pressure, Diabetes, Few fruits and vegetables) by state as well as county.
-
User has an option to change the risk factor and visualize as well as it gives good 5 and worst 5 states for that risk factor.
- It seems Colorado and Utah are having less Obesity and Diabetes rate. While Missisipi and West Virginia are having higher Obesity and Diabetes rate.
- From data, It seems there is not a correlation having less fruit and vegetable intake with Obesity and Diabetes.
- While form the chart, it is clear that exercise correlates to Obesity and Diabetes very well.
- Also poverty has correlations with High Blood Pressure.
Please note that this project requires a URI string to be saved as a config variable in Heroku as 'DATABASE_URL'.