Baselight

Latest Worldwide Covid-19 Vaccine Data

Vaccine Data of all Countries till January 18, 2023

@kaggle.anandhuh_latest_worldwide_vaccine_data

Loading...
Loading...

About this Dataset

Latest Worldwide Covid-19 Vaccine Data

Content

Latest Covid-19 Vaccine Status of all the Countries in the World as on January 18, 2023

Attribute Information

Countries - Name of countries
Doses administered per 100 people _ Number of vaccine doses administered per 100 people
Total doses administered - Total number of doses administered
% of population vaccinated - Percentage of population vaccinated
% of population fully vaccinated- Percentage of population fully vaccinated

Source

Link : https://www.nytimes.com/interactive/2021/world/covid-vaccinations-tracker.html

Other Updated Covid Datasets

Link : https://www.kaggle.com/anandhuh/datasets
Please appreciate the effort with an upvote 👍

Thank You

Tables

Worldwide Vaccine Data

@kaggle.anandhuh_latest_worldwide_vaccine_data.worldwide_vaccine_data
  • 9.79 KB
  • 187 rows
  • 5 columns
Loading...

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.