World Health Organization - Cholera Report Cases, Deaths And Case Fatality Rate
@owid.cholera
@owid.cholera
CREATE TABLE owid_cholera (
"country" VARCHAR,
"year" INTEGER,
"cholera_case_fatality_rate" FLOAT,
"cholera_reported_cases" UINTEGER,
"cholera_deaths" UINTEGER
);
Anyone who has the link will be able to view this.