COVID-19, Combined Indicators
@owid.combined
@owid.combined
CREATE TABLE owid_combined (
"country" VARCHAR,
"date" TIMESTAMP,
"cumulative_tests_per_case" FLOAT,
"short_term_tests_per_case" FLOAT,
"short_term_positivity_rate" FLOAT,
"cumulative_positivity_rate" FLOAT,
"has_population_5m_and_100_cases_and_testing_data" INTEGER,
"share_cases_sequenced" FLOAT
);
Anyone who has the link will be able to view this.