Preventive Chemotherapy (PC) Data Portal - Schistosomiasis
@owid.schistosomiasis
@owid.schistosomiasis
Progress towards achieving the Roadmap targets for control and elimination of the Neglected Tropical Diseases.
CREATE TABLE owid_schistosomiasis_1 (
"country" VARCHAR,
"year" INTEGER,
"population_requiring_pc_for_sch_annually" FLOAT,
"sac_population_requiring_pc_for_sch_annually" FLOAT,
"number_of_people_targeted" UINTEGER,
"reported_number_of_people_treated" UINTEGER,
"reported_number_of_sac_treated" UINTEGER,
"programme_coverage_pct" FLOAT -- Programme Coverage, Pct,
"national_coverage_pct" FLOAT -- National Coverage, Pct
);CREATE TABLE owid_schistosomiasis_2 (
"country" VARCHAR,
"year" INTEGER,
"population_requiring_pc_for_sch_annually" FLOAT,
"sac_population_requiring_pc_for_sch_annually" FLOAT,
"number_of_people_targeted" UINTEGER,
"reported_number_of_people_treated" UINTEGER,
"reported_number_of_sac_treated" UINTEGER,
"programme_coverage_pct" FLOAT -- Programme Coverage, Pct,
"national_coverage_pct" FLOAT -- National Coverage, Pct
);Anyone who has the link will be able to view this.