Historical Diphtheria Cases In The United States - Centers For Disease Control And Prevention
@owid.diphtheria_cases
@owid.diphtheria_cases
Data on historical diphtheria cases in the United States, compiled from a selection of sources from the US CDC.
Sources for each year are as follows:
1937: Public Health Reports, Vol. 53, No. 44 - Health Conditions in the United States as Indicated by Mortality Rates, 1929-38
2000: Historical Summaries of Notifiable Diseases in the United States, 1969–2000
2001-2006: Historical Summaries of Notifiable Diseases in the United States, 1975–2006
2016-2022: National Notifiable Diseases Surveillance System (NNDSS)
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.