Global Tuberculosis Report - Disaggregated Burden Estimates
@owid.burden_disaggregated
@owid.burden_disaggregated
WHO has published a global tuberculosis (TB) report every year since 1997. The report provides a comprehensive and up-to-date assessment of the TB epidemic, and of progress in prevention, diagnosis and treatment of the disease at global, regional and country levels.
CREATE TABLE owid_burden_disaggregated_1 (
"country" VARCHAR,
"year" INTEGER,
"age_group" VARCHAR,
"sex" VARCHAR,
"risk_factor" VARCHAR,
"best" UINTEGER,
"lo" UINTEGER,
"hi" UINTEGER
);CREATE TABLE owid_burden_disaggregated_2 (
"country" VARCHAR,
"year" INTEGER,
"age_group" VARCHAR,
"sex" VARCHAR,
"risk_factor" VARCHAR,
"best" UINTEGER,
"lo" UINTEGER,
"hi" UINTEGER
);CREATE TABLE owid_burden_disaggregated_rate_1 (
"country" VARCHAR,
"year" INTEGER,
"age_group" VARCHAR,
"sex" VARCHAR,
"risk_factor" VARCHAR,
"best_rate" FLOAT,
"low_rate" FLOAT,
"high_rate" FLOAT
);CREATE TABLE owid_burden_disaggregated_rate_2 (
"country" VARCHAR,
"year" INTEGER,
"age_group" VARCHAR,
"sex" VARCHAR,
"risk_factor" VARCHAR,
"best_rate" FLOAT,
"low_rate" FLOAT,
"high_rate" FLOAT
);Anyone who has the link will be able to view this.