Data Journalism: 2014 Economic factors by State
Understanding multiple axes data fields
X - Axis
- Educaton < Highschool (%): is the default x-axis option. It represents the % of total population having education level less than Highschool
- Education > Bachelors (%): is the second x-axis option which represents the % of total population having education level more than Bachelors
- No Health Coverage (%): is the third x-axis option which represents the % of total population NOT having any health coverage
Y - Axis
- Can't afford Healthcare (%): is the default y-axis option. It represents the % of total population that cannot afford healthcare
- Unemployment (%): is the second y-axis option which represents the % of total population that is 16 years and older and is unemployed
- Depression(%): is the third y-axis option which represents the % of total population that is suffering from Depression
Observations
-
High correlation can be observed between % of population having education level less than highschool and % of population that cannot afford healthcare. Few of the states that suffered the most in 2014 from low education and no healthcoverage are Louisiana, Mississippi and Nevada to name few.
-
There is no evident correlation between people having more than graduate degrees and unemployment level. The good point being there is no contrasting behavior in the data. The state with highest number of bachelors and more is Washington D.C, but apparently Washington does not have the lowest level of unemployment. State with lowest unemployment rate is North Dakota.
-
There seems to be some correlation between % of population having no health coverage and Depression level. Texas seems to have the highest level of Depression rate and no health coverage population, followed by Georgia, Mississippi and FLorida to name few.
Conclusion
There are many different combinations of observations possible with the amount of data provided. The main purpose is, to use this data and take some insightful action to improve the economic conditions of states prioritising it by most alarming economic factor.
Technologies used
The motive of this project was to get hands on experience with Java Script and its D3 library.