COVID-19 Testing
European Centre for Disease Prevention and Control
@ecdc.covid_19_testing
European Centre for Disease Prevention and Control
@ecdc.covid_19_testing
CREATE TABLE table_1 (
"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.