fbarillas08 / Web_Scrapping_Calculating_COVID19_HerdInmunity-_in_FL

Web Scrapping of Vaccination Rates in Florida

Home Page:https://fbarillas08.github.io/Web_Scrapping_Calculating_COVID19_HerdInmunity-_in_FL/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Objective: Calculate the timeframe needed to reach a Herd Inmunity Threshold (HIT) based solely on vaccination against COVID-19 in each county in Florida.

Data Source: CDC COVID-19 Vaccination Dashboard updated daily at 2000 EST

Methodology:

  • Automatically scrape the CDC data to obtain the latest vaccinations per age group (Over 18 and Over 65) and total vaccinations
  • Move scrape data into a SQL database for storage
  • Extract values for computation including: - Number of new vaccinations - Total number of vaccinations per age group
  • Calculate vaccination rates per county based on the previous 7-days
  • Calculate number of days needed to reach the HIT
  • Save new daily data into dataframes and sql database
  • Convert data into json files for manipulation and calculations for html publication
  • Create an appropriate easy-to-read dashboard to drive the message

Challenges:

  • Automating the scrapping
  • Manipulating the data from csv to json files for ease of publication
  • css styling of the dashboard using bootstrap

About

Web Scrapping of Vaccination Rates in Florida

https://fbarillas08.github.io/Web_Scrapping_Calculating_COVID19_HerdInmunity-_in_FL/


Languages

Language:Jupyter Notebook 85.3%Language:Python 7.9%Language:HTML 2.4%Language:CSS 2.3%Language:JavaScript 2.1%