Global Tuberculosis Report - Treatment Outcomes
@owid.outcomes
@owid.outcomes
CREATE TABLE owid_outcomes (
"country" VARCHAR,
"year" INTEGER,
"rel_with_new_flg" INTEGER,
"used_2021_defs_flg" INTEGER,
"newrel_coh" UINTEGER,
"newrel_succ" UINTEGER,
"newrel_fail" INTEGER,
"newrel_died" UINTEGER,
"newrel_lost" UINTEGER,
"c_new_tsr" INTEGER,
"ret_nrel_coh" UINTEGER,
"ret_nrel_succ" UINTEGER,
"ret_nrel_fail" INTEGER,
"ret_nrel_died" INTEGER,
"ret_nrel_lost" INTEGER,
"c_ret_tsr" INTEGER,
"tbhiv_coh" UINTEGER,
"tbhiv_succ" UINTEGER,
"tbhiv_fail" INTEGER,
"tbhiv_died" INTEGER,
"tbhiv_lost" INTEGER,
"c_tbhiv_tsr" INTEGER,
"mdr_coh" INTEGER,
"mdr_succ" INTEGER,
"mdr_fail" INTEGER,
"mdr_died" INTEGER,
"mdr_lost" INTEGER,
"xdr_coh" INTEGER,
"xdr_succ" INTEGER,
"xdr_fail" INTEGER,
"xdr_died" INTEGER,
"xdr_lost" INTEGER
);
Anyone who has the link will be able to view this.