FluID, World Health Organization (2023)
@owid.fluid
@owid.fluid
CREATE TABLE owid_fluid (
"index" BIGINT,
"hemisphere" VARCHAR,
"country" VARCHAR,
"reported_ili_cases" UINTEGER,
"outpatients_ili" UINTEGER,
"reported_sari_cases" INTEGER,
"inpatients_sari" UINTEGER,
"reported_sari_deaths" UINTEGER,
"reported_ari_cases" UINTEGER,
"outpatients_ari" UINTEGER,
"date" VARCHAR,
"year" INTEGER,
"ili_cases_per_thousand_outpatients" FLOAT,
"ari_cases_per_thousand_outpatients" FLOAT,
"sari_cases_per_hundred_inpatients" FLOAT
);
Anyone who has the link will be able to view this.