COVID-19, Testing
@owid.testing
@owid.testing
CREATE TABLE owid_testing (
"country" VARCHAR,
"date" VARCHAR,
"total_tests" BIGINT,
"new_tests" UINTEGER,
"total_tests_per_thousand" FLOAT,
"new_tests_per_thousand" FLOAT,
"new_tests_7day_smoothed" UINTEGER,
"new_tests_per_thousand_7day_smoothed" FLOAT
);
Anyone who has the link will be able to view this.