Preventive Chemotherapy (PC) Data Portal - Lymphatic Filariasis
@owid.lymphatic_filariasis
@owid.lymphatic_filariasis
CREATE TABLE owid_lymphatic_filariasis (
"country" VARCHAR,
"year" INTEGER,
"type_of_mda" VARCHAR,
"current_status_of_mda" VARCHAR,
"number_of_ius_covered" INTEGER,
"geographical_coverage_pct" FLOAT,
"total_population_of_ius" UINTEGER,
"reported_number_of_people_treated" UINTEGER,
"programme_drug_coverage_pct" FLOAT
);
CREATE TABLE owid_lymphatic_filariasis_national (
"country" VARCHAR,
"year" INTEGER,
"national_coverage_pct" FLOAT,
"population_requiring_pc_for_lf" FLOAT,
"estimated_number_of_people_treated" FLOAT
);
Anyone who has the link will be able to view this.