Preventive Chemotherapy (PC) Data Portal - Lymphatic Filariasis
@owid.lymphatic_filariasis
@owid.lymphatic_filariasis
Progress towards achieving the Roadmap targets for control and elimination of the Neglected Tropical Diseases.
CREATE TABLE owid_lymphatic_filariasis_1 (
"country" VARCHAR,
"year" INTEGER,
"type_of_mda" VARCHAR,
"current_status_of_mda" VARCHAR,
"number_of_ius_covered" INTEGER,
"geographical_coverage_pct" FLOAT -- Geographical Coverage, Pct,
"total_population_of_ius" UINTEGER,
"reported_number_of_people_treated" UINTEGER,
"programme_drug_coverage_pct" FLOAT -- Programme, Drug, Coverage, Pct
);CREATE TABLE owid_lymphatic_filariasis_2 (
"country" VARCHAR,
"year" INTEGER,
"type_of_mda" VARCHAR,
"current_status_of_mda" VARCHAR,
"number_of_ius_covered" INTEGER,
"geographical_coverage_pct" FLOAT -- Geographical Coverage, Pct,
"total_population_of_ius" UINTEGER,
"reported_number_of_people_treated" UINTEGER,
"programme_drug_coverage_pct" FLOAT -- Programme, Drug, Coverage, Pct
);CREATE TABLE owid_lymphatic_filariasis_national_1 (
"country" VARCHAR,
"year" INTEGER,
"national_coverage_pct" FLOAT -- National Coverage, Pct,
"population_requiring_pc_for_lf" FLOAT,
"estimated_number_of_people_treated" FLOAT
);CREATE TABLE owid_lymphatic_filariasis_national_2 (
"country" VARCHAR,
"year" INTEGER,
"national_coverage_pct" FLOAT -- National Coverage, Pct,
"population_requiring_pc_for_lf" FLOAT,
"estimated_number_of_people_treated" FLOAT
);Anyone who has the link will be able to view this.