Baselight

Coronavirus (COVID-19) Vaccinations

Complete Vaccination Data of People in the World (Updated Weekly)

@kaggle.pavan9065_coronavirus_covid19_vaccinations

Vaccine
@kaggle.pavan9065_coronavirus_covid19_vaccinations.vaccine

  • 1.14 MB
  • 26344 rows
  • 13 columns
date

Date

location

Location

total_vaccinations

Total Vaccinations

people_vaccinated

People Vaccinated

people_fully_vaccinated

People Fully Vaccinated

total_boosters

Total Boosters

new_vaccinations

New Vaccinations

new_vaccinations_smoothed

New Vaccinations Smoothed

total_vaccinations_per_hundred

Total Vaccinations Per Hundred

people_vaccinated_per_hundred

People Vaccinated Per Hundred

people_fully_vaccinated_per_hundred

People Fully Vaccinated Per Hundred

total_boosters_per_hundred

Total Boosters Per Hundred

new_vaccinations_smoothed_per_million

New Vaccinations Smoothed Per Million

Mon Feb 22 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan
Sun Feb 28 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan8200820013670.020.0234
Tue Mar 16 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan540005400028620.140.1472
Wed Apr 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan12000012000030000.30.375
Thu Apr 22 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan24000024000080000.60.6201
Tue May 11 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan50450244887855624139211.271.130.14349
Thu May 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan5479014703417756048221.381.180.19121
Mon May 24 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan5732774763679691056921.441.20.24143
Wed May 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan59045447937211108267681.481.20.28170
Thu May 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Afghanistan593313479574113739285964871.491.20.29163

CREATE TABLE vaccine (
  "date" TIMESTAMP,
  "location" VARCHAR,
  "total_vaccinations" DOUBLE,
  "people_vaccinated" DOUBLE,
  "people_fully_vaccinated" DOUBLE,
  "total_boosters" DOUBLE,
  "new_vaccinations" DOUBLE,
  "new_vaccinations_smoothed" DOUBLE,
  "total_vaccinations_per_hundred" DOUBLE,
  "people_vaccinated_per_hundred" DOUBLE,
  "people_fully_vaccinated_per_hundred" DOUBLE,
  "total_boosters_per_hundred" DOUBLE,
  "new_vaccinations_smoothed_per_million" DOUBLE
);

Share link

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