Baselight

Latest Worldwide Covid-19 Vaccine Data

Vaccine Data of all Countries till January 18, 2023

@kaggle.anandhuh_latest_worldwide_vaccine_data

Worldwide Vaccine Data
@kaggle.anandhuh_latest_worldwide_vaccine_data.worldwide_vaccine_data

  • 9.79 KB
  • 187 rows
  • 5 columns
country

Country

doses_administered_per_100_people

Doses Administered Per 100 People

total_doses_administered

Total Doses Administered

n__of_population_vaccinated

% Of Population Vaccinated

n__of_population_fully_vaccinated

% Of Population Fully Vaccinated

Afghanistan33125263973028
Albania10630257284744
Algeria35152674421815
Angola74237010494726
Argentina2521132726659284
Armenia7321501123833
Aruba1641742158579
Australia251636343078885
Austria228202633067877
Azerbaijan138138571115449

CREATE TABLE worldwide_vaccine_data (
  "country" VARCHAR,
  "doses_administered_per_100_people" BIGINT,
  "total_doses_administered" BIGINT,
  "n__of_population_vaccinated" DOUBLE,
  "n__of_population_fully_vaccinated" DOUBLE
);

Share link

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