Fork of Basic Scatter Plot with React & D3
This is my dataset of hospital readmission rates per state.
Scatter Plot
- The scatter plot Draws a point on the graph for each state and for each of the 5 or so readamission metrics across diseases
- On the X axis we have "Number of Hospitals Worse" than the national average
- On the Y axis we have "Number of Hospitals Better" than the national average
- So The bottom right would contain the states that have really poor readmission rates for a disease when compared to the national average,
- and top left data points would have less readmission rates than the national average for that readmission type
Data
Here is a link to the data
What it does is look at all the hospitals in each state,
and count the hospitals and their comparison to national
averages across metricsk
It tracks the readmission rates for people of different
diseses such as heart failure, pneumonia...
It also tracks the numerical values of the average number
of return days
Attributes
- Here are the attributes
- State
- Measure ID
- Measure Name
- Number of Hospitals Worse
- Number of Hospitals Same
- Number of Hospitals Better
- Number of Hospitals Too Few
- Start Date
- End Date
- Number of Hospitals Fewer
- Number of Hospitals Average
- Number of Hospitals More
- Number of Hospitals Too Small
MIT Licensed