Historical Diphtheria Cases In The United States - Centers For Disease Control And Prevention
@owid.diphtheria_cases
@owid.diphtheria_cases
CREATE TABLE owid_diphtheria_cases_1 (
"country" VARCHAR,
"year" INTEGER,
"cases" INTEGER,
"source" VARCHAR
);
CREATE TABLE owid_diphtheria_cases_2 (
"country" VARCHAR,
"year" INTEGER,
"cases" INTEGER,
"case_rate" FLOAT
);
CREATE TABLE owid_diphtheria_cases_3 (
"country" VARCHAR,
"year" INTEGER,
"cases" INTEGER,
"source" VARCHAR
);
Anyone who has the link will be able to view this.