Baselight

Historical Diphtheria Cases In The United States - Centers For Disease Control And Prevention

@owid.diphtheria_cases

About this Dataset

Historical Diphtheria Cases In The United States - Centers For Disease Control And Prevention

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:

Tables

Historical Diphtheria Cases In The United States - Centers For Disease Control And Prevention

@owid.diphtheria_cases.owid_diphtheria_cases_1
  • 4.71 KB
  • 80 rows
  • 4 columns
Loading...

CREATE TABLE owid_diphtheria_cases_1 (
  "country" VARCHAR,
  "year" INTEGER,
  "cases" INTEGER,
  "source" VARCHAR
);

Population

@owid.diphtheria_cases.owid_diphtheria_cases_2
  • 4.51 KB
  • 86 rows
  • 4 columns
Loading...

CREATE TABLE owid_diphtheria_cases_2 (
  "country" VARCHAR,
  "year" INTEGER,
  "cases" INTEGER,
  "case_rate" FLOAT
);

Historical Diphtheria Cases In The United States - United States Census Bureau

@owid.diphtheria_cases.owid_diphtheria_cases_3
  • 4.05 KB
  • 6 rows
  • 4 columns
Loading...

CREATE TABLE owid_diphtheria_cases_3 (
  "country" VARCHAR,
  "year" INTEGER,
  "cases" INTEGER,
  "source" VARCHAR
);