Global Tuberculosis Report - Budget
@owid.budget
@owid.budget
CREATE TABLE owid_budget_1 (
"country" VARCHAR,
"year" INTEGER,
"tx_dstb" UINTEGER,
"tx_mdr" UINTEGER,
"tx_xdr" INTEGER,
"tx_tpt" UINTEGER,
"budget_lab" UINTEGER,
"cf_lab" UINTEGER,
"budget_staff" UINTEGER,
"cf_staff" UINTEGER,
"budget_fld" UINTEGER,
"cf_fld" UINTEGER,
"budget_prog" UINTEGER,
"cf_prog" UINTEGER,
"budget_sld" UINTEGER,
"cf_sld" UINTEGER,
"budget_mdrmgt" UINTEGER,
"cf_mdrmgt" UINTEGER,
"budget_tpt" UINTEGER,
"cf_tpt" UINTEGER,
"budget_tbhiv" UINTEGER,
"cf_tbhiv" UINTEGER,
"budget_patsup" UINTEGER,
"cf_patsup" UINTEGER,
"budget_orsrvy" UINTEGER,
"cf_orsrvy" UINTEGER,
"budget_oth" UINTEGER,
"cf_oth" UINTEGER,
"budget_tot" BIGINT,
"cf_tot" BIGINT,
"cf_tot_domestic" UINTEGER,
"cf_tot_gf" UINTEGER,
"cf_tot_usaid" UINTEGER,
"cf_tot_grnt" UINTEGER,
"cf_tot_sources" BIGINT,
"budget_gap" INTEGER,
"budget_cpp_dstb" UINTEGER,
"budget_cpp_mdr" UINTEGER,
"budget_cpp_xdr" UINTEGER,
"budget_cpp_tpt" INTEGER
);
CREATE TABLE owid_budget_2 (
"country" VARCHAR,
"year" INTEGER,
"tx_dstb" UINTEGER,
"tx_mdr" UINTEGER,
"tx_xdr" INTEGER,
"tx_tpt" UINTEGER,
"budget_lab" UINTEGER,
"cf_lab" UINTEGER,
"budget_staff" UINTEGER,
"cf_staff" UINTEGER,
"budget_fld" UINTEGER,
"cf_fld" UINTEGER,
"budget_prog" UINTEGER,
"cf_prog" UINTEGER,
"budget_sld" UINTEGER,
"cf_sld" UINTEGER,
"budget_mdrmgt" UINTEGER,
"cf_mdrmgt" UINTEGER,
"budget_tpt" UINTEGER,
"cf_tpt" UINTEGER,
"budget_tbhiv" UINTEGER,
"cf_tbhiv" UINTEGER,
"budget_patsup" UINTEGER,
"cf_patsup" UINTEGER,
"budget_orsrvy" UINTEGER,
"cf_orsrvy" UINTEGER,
"budget_oth" UINTEGER,
"cf_oth" UINTEGER,
"budget_tot" UINTEGER,
"cf_tot" UINTEGER,
"cf_tot_domestic" UINTEGER,
"cf_tot_gf" UINTEGER,
"cf_tot_usaid" UINTEGER,
"cf_tot_grnt" UINTEGER,
"cf_tot_sources" UINTEGER,
"budget_gap" INTEGER,
"budget_cpp_dstb" UINTEGER,
"budget_cpp_mdr" UINTEGER,
"budget_cpp_xdr" UINTEGER,
"budget_cpp_tpt" INTEGER
);
Anyone who has the link will be able to view this.