WHO/UNICEF Joint Monitoring Programme For Water Supply, Sanitation And Hygiene (JMP) - Households
@owid.who
@owid.who
The WHO/UNICEF Joint Monitoring Programme for Water Supply, Sanitation and Hygiene (JMP) has reported country, regional and global estimates of progress on drinking water, sanitation and hygiene (WASH) since 1990.
CREATE TABLE owid_who (
"country" VARCHAR,
"year" INTEGER,
"residence" VARCHAR,
"wat_imp" FLOAT,
"wat_basal" FLOAT,
"wat_baso" FLOAT,
"wat_lim" FLOAT,
"wat_unimp" FLOAT,
"wat_ns" FLOAT,
"wat_pip" FLOAT,
"wat_imp_npip" FLOAT,
"wat_imp_prem" FLOAT,
"wat_imp_av" FLOAT,
"wat_imp_qual" FLOAT,
"wat_sm" FLOAT,
"san_imp" FLOAT,
"san_basal" FLOAT,
"san_baso" FLOAT,
"san_lim" FLOAT,
"san_unimp" FLOAT,
"san_ns" FLOAT,
"san_othimp" FLOAT,
"san_sep" FLOAT,
"san_sew" FLOAT,
"san_sdo_sm" FLOAT,
"san_fst_sm" FLOAT,
"san_sew_sm" FLOAT,
"san_sm" FLOAT,
"hyg_ns" FLOAT,
"hyg_lim" FLOAT,
"hyg_bas" FLOAT,
"wat_imp_pop" FLOAT,
"wat_basal_pop" FLOAT,
"wat_baso_pop" FLOAT,
"wat_lim_pop" FLOAT,
"wat_unimp_pop" FLOAT,
"wat_ns_pop" FLOAT,
"wat_pip_pop" FLOAT,
"wat_imp_npip_pop" FLOAT,
"wat_imp_prem_pop" FLOAT,
"wat_imp_av_pop" FLOAT,
"wat_imp_qual_pop" FLOAT,
"wat_sm_pop" FLOAT,
"san_imp_pop" FLOAT,
"san_basal_pop" FLOAT,
"san_baso_pop" FLOAT,
"san_lim_pop" FLOAT,
"san_unimp_pop" FLOAT,
"san_ns_pop" FLOAT,
"san_othimp_pop" FLOAT,
"san_sep_pop" FLOAT,
"san_sew_pop" FLOAT,
"san_sdo_sm_pop" FLOAT,
"san_fst_sm_pop" FLOAT,
"san_sew_sm_pop" FLOAT,
"san_sm_pop" FLOAT,
"hyg_ns_pop" FLOAT,
"hyg_lim_pop" FLOAT,
"hyg_bas_pop" FLOAT,
"wat_basal_without" FLOAT,
"wat_basal_pop_without" FLOAT,
"wat_imp_without" FLOAT,
"wat_imp_pop_without" FLOAT,
"wat_sm_without" FLOAT,
"wat_sm_pop_without" FLOAT,
"san_imp_without" FLOAT,
"san_imp_pop_without" FLOAT,
"san_sm_without" FLOAT,
"san_sm_pop_without" FLOAT,
"hyg_bas_without" FLOAT,
"hyg_bas_pop_without" FLOAT
);Anyone who has the link will be able to view this.