Skip to content

megano/vaccine

Repository files navigation

Follow me at Twitter Follow me at Twitter GitHub last commit

Covid-19 Vaccine Distribution

Project Status: In progress
Jupyter Notebook Viewer - Full Project
Jupyter Notebook Viewer - Visuals

Table of contents

Project Objective

(Back to top)
This project aims to create data visualizations and zip code prioritizations to aid public health officials in deciding where and how to distribute the covid-19 vaccines and what equity metrics to use to track distribution. Since that's where we live, we're currently focused on California but can run a similar analysis on any of the 50 US states. Please reach out if you think your state or county would be interested to learn more about this project.

Data Sources

(Back to top)
Covid19 Data:

California State Data:

Socioeconomic / Health Metrics:

Methods Used

(Back to top)

  • Data Collection
  • Data Cleaning
  • Feature Engineering
  • Exploratory Data Analysis
  • Data Visualization

Technologies:

(Back to top)

  • Google Colab
  • Jupyter Notebook
  • Python
  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • Plotly
  • Folium
  • Copy
  • Json

Project Description:

(Back to top)

  • We collected multiple datasets to conduct this analysis. We imported Covid19, Hospital, Healthyplaceindex, and Population data.
  • We cleaned our data by using Pandas and filtered all the information down to California's 58 counties. For two counties, such as Alpine and Sierra, the California government didn't provide any hospital information. As a result, we decided to set the value to zero.
  • Regarding feature engineering, we converted the data type from object to DateTime, created columns such as the total covid cases and deaths for each county per 100,000 people, percentage of deaths based on total cases, etc.
  • For our visuals, we primarily focused on using Seaborn, Plotly, and Folium. We had to incorporate a Geo JSON file for the Folium choropleth maps to get the county's correct layers.

Project Results:

(Back to top)

Installation:

(Back to top)

About

Applying equitable vaccine distribution framework to state data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published