COVID-19 Vaccine Tracker
European Centre for Disease Prevention and Control
@ecdc.covid_19_vaccine_tracker
European Centre for Disease Prevention and Control
@ecdc.covid_19_vaccine_tracker
CREATE TABLE data_on_covid_19_vaccination_in_the_eu_eea (
"country" VARCHAR,
"country_code" VARCHAR,
"year_week" VARCHAR,
"level" VARCHAR,
"region" VARCHAR,
"region_name" VARCHAR,
"new_cases" VARCHAR,
"tests_done" VARCHAR,
"population" BIGINT,
"testing_rate" VARCHAR,
"positivity_rate" VARCHAR,
"testing_data_source" VARCHAR
);
Anyone who has the link will be able to view this.