Historical Pertussis Deaths In The United States Census Bureau
@owid.pertussis_deaths
@owid.pertussis_deaths
Data on historical pertussis deaths in the United States, compiled from a selection of sources from the US Census Bureau.
Sources for each year are as follows:
1944: US Census Bureau “Statistical Abstract of the United States: 1946”
1945: US Census Bureau “Statistical Abstract of the United States: 1947”
1946: US Census Bureau “Statistical Abstract of the United States: 1948”
1947: US Census Bureau “Statistical Abstract of the United States: 1949”
1948: US Census Bureau “Statistical Abstract of the United States: 1950”
CREATE TABLE owid_pertussis_deaths_1 (
"country" VARCHAR,
"year" INTEGER,
"deaths" INTEGER,
"death_rate" FLOAT
);CREATE TABLE owid_pertussis_deaths_2 (
"country" VARCHAR,
"year" INTEGER,
"deaths" INTEGER,
"source" VARCHAR
);Anyone who has the link will be able to view this.