COVID Testing Time Series Data
@owid.testing_time_series
@owid.testing_time_series
CREATE TABLE owid_testing_time_series (
"year" INTEGER,
"country" VARCHAR,
"annotation" VARCHAR,
"total_tests" BIGINT,
"total_tests_per_thousand" FLOAT,
"new_tests" UINTEGER,
"new_tests_per_thousand" FLOAT,
"new_tests_7day_smoothed" UINTEGER,
"new_tests_per_thousand_7day_smoothed" FLOAT,
"cumulative_tests_per_case" FLOAT,
"cumulative_positivity_rate" FLOAT,
"short_term_tests_per_case" FLOAT,
"short_term_positivity_rate" FLOAT,
"testing_observations" INTEGER
);
Anyone who has the link will be able to view this.