COVID-19, Vaccinations
@owid.vaccinations_global
@owid.vaccinations_global
Country-by-country data on global COVID-19 vaccinations. We only rely on figures that are verifiable based on public official sources.
This dataset includes some subnational locations (England, Northern Ireland, Scotland, Wales, Northern Cyprus…) and international aggregates (World, continents, European Union…).
The data produced by third parties and made available by Our World in Data is subject to the license terms from the original third-party authors. We will always indicate the original source of the data in our database, and you should always check the license of any such third-party data before use.
CREATE TABLE owid_vaccinations_global (
"country" VARCHAR,
"date" TIMESTAMP,
"total_vaccinations" FLOAT,
"people_vaccinated" FLOAT,
"people_fully_vaccinated" FLOAT,
"total_boosters" UINTEGER,
"daily_vaccinations" FLOAT,
"daily_vaccinations_smoothed" FLOAT,
"daily_people_vaccinated_smoothed" FLOAT,
"total_vaccinations_per_hundred" FLOAT,
"people_vaccinated_per_hundred" FLOAT,
"people_fully_vaccinated_per_hundred" FLOAT,
"total_boosters_per_hundred" FLOAT,
"daily_people_vaccinated_smoothed_per_hundred" FLOAT,
"daily_vaccinations_smoothed_per_million" FLOAT,
"people_unvaccinated" FLOAT,
"share_of_boosters" FLOAT,
"total_vaccinations_interpolated" FLOAT,
"people_vaccinated_interpolated" FLOAT,
"people_fully_vaccinated_interpolated" FLOAT,
"total_boosters_interpolated" FLOAT,
"total_vaccinations_no_boosters_interpolated" FLOAT,
"total_vaccinations_no_boosters_per_hundred_interpolated" FLOAT,
"rolling_vaccinations_6m" FLOAT,
"rolling_vaccinations_6m_per_hundred" FLOAT,
"rolling_vaccinations_9m" FLOAT,
"rolling_vaccinations_9m_per_hundred" FLOAT,
"rolling_vaccinations_12m" FLOAT,
"rolling_vaccinations_12m_per_hundred" FLOAT
);Anyone who has the link will be able to view this.