Skip to content

MThorpester/D3-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

D3-Challenge

This project analyzes & visualizes current COVID-19 vaccination and infection rates across the US to better understand state level trends. It uses Javascript, D3.js, D3-tip.js and HTML to build an interactive chart for exploring the relationship between COVID-19 infection rates and vaccination levels for each state in the US for the week ending April 10, 2021. The interactive chart with findings can be accessed here.

Dataset

Several different datasets were extracted & transformed to produce the dataset used for this project.

Dashboard

The dashboard enables users to explore the COVID-19 cases & vaccinations data for the week ending April 10. They can toggle between different variables on the X axis to see how those variables relate to the recent COVID-19 infection rates for each state by clicking on "People Vaccinated (per 100)" or "People Vaccinated". Upon hovering over a state on the chart, a tooltip displays the values for the state. The project findings are detailed below the chart.

Project Artifacts

The project consists of:

  • a Javascript file (app.js)
  • an HTML file (index.html)
  • the state data (state_stats.csv)
  • Bootstrap, CSS, and Jquery files.

All of the resources used to produce the dataset are in the Resources folder - including COVID_Data_Prep.ipynb

Getting Started

To run this application simply launch the index.html file using live server or visit the hosted version here.

About

Analyzes & visualizes current COVID-19 vaccination and infection rates across the US to better understand state level trends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published