COVID Testing Time Series Data
@owid.testing_time_series
@owid.testing_time_series
Data on COVID-19 testing. Comparisons between countries are compromised for several reasons.
You can download the full dataset, alongside detailed source descriptions here: https://github.com/owid/covid-19-data/tree/master/public/data/
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.