Baselight

US Vaccination Progress

State-by-State Vaccination Progress

@kaggle.bumjunkoo_us_vaccination_progress

Us State Vaccinations
@kaggle.bumjunkoo_us_vaccination_progress.us_state_vaccinations

  • 1.99 MB
  • 54628 rows
  • 16 columns
date

Date

location

Location

total_vaccinations

Total Vaccinations

total_distributed

Total Distributed

people_vaccinated

People Vaccinated

people_fully_vaccinated_per_hundred

People Fully Vaccinated Per Hundred

total_vaccinations_per_hundred

Total Vaccinations Per Hundred

people_fully_vaccinated

People Fully Vaccinated

people_vaccinated_per_hundred

People Vaccinated Per Hundred

distributed_per_hundred

Distributed Per Hundred

daily_vaccinations_raw

Daily Vaccinations Raw

daily_vaccinations

Daily Vaccinations

daily_vaccinations_per_million

Daily Vaccinations Per Million

share_doses_used

Share Doses Used

total_boosters

Total Boosters

total_boosters_per_hundred

Total Boosters Per Hundred

Tue Jan 12 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama78134377025708610.151.5972701.457.690.207
Wed Jan 13 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama84040378975747920.191.7192451.537.735906590612050.222
Thu Jan 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama92300435350804801.881.648.888260708314450.212
Fri Jan 15 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama100567444650869560.282.05134881.779.078267747815250.226
Sat Jan 16 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama74981529
Sun Jan 17 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama75091531
Mon Jan 18 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama75171533
Tue Jan 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama1307954446501143190.332.67163462.339.07752315340.294
Wed Jan 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama1392004832751211130.372.84179562.479.868405788016070.288
Thu Jan 21 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Alabama1659194931251444290.443.38213452.9510.06267191051721450.336

CREATE TABLE us_state_vaccinations (
  "date" TIMESTAMP,
  "location" VARCHAR,
  "total_vaccinations" DOUBLE,
  "total_distributed" DOUBLE,
  "people_vaccinated" DOUBLE,
  "people_fully_vaccinated_per_hundred" DOUBLE,
  "total_vaccinations_per_hundred" DOUBLE,
  "people_fully_vaccinated" DOUBLE,
  "people_vaccinated_per_hundred" DOUBLE,
  "distributed_per_hundred" DOUBLE,
  "daily_vaccinations_raw" DOUBLE,
  "daily_vaccinations" DOUBLE,
  "daily_vaccinations_per_million" DOUBLE,
  "share_doses_used" DOUBLE,
  "total_boosters" DOUBLE,
  "total_boosters_per_hundred" DOUBLE
);

Share link

Anyone who has the link will be able to view this.