COVID-19, Decoupling Of Indicators
@owid.decoupling
@owid.decoupling
CREATE TABLE owid_decoupling (
"country" VARCHAR,
"date" TIMESTAMP,
"confirmed_cases" FLOAT,
"hospital_flow" FLOAT,
"hospital_stock" FLOAT,
"icu_flow" FLOAT,
"icu_stock" FLOAT,
"confirmed_deaths" FLOAT
);
Anyone who has the link will be able to view this.