Baselight

Reported Measles Cases In The United States - State Level

@owid.measles_state_level

About this Dataset

Reported Measles Cases In The United States - State Level

Project Tycho datasets contain information from external sources of disease surveillance data, such as the United States Centers for Disease Control or the World Health Organization. Data from some sources were already in the public domain, whereas data from other sources were not public before inclusion in Project Tycho datasets. The Project Tycho team has obtained permission for redistribution of data that was not previously public, from agencies that collected and owned the data. All pre-compiled Project Tycho datasets contain count data that are identical to counts published in the original source and no counts have been modified in any way by the Project Tycho team. The Project Tycho team has curated datasets by adding new variables, such as standard identifiers for reported conditions, locations, and pathogens, and by re-representing reported information in a standard data format.

Tables

Measles

@owid.measles_state_level.owid_measles
  • 53.45 KB
  • 6103 rows
  • 5 columns
Loading...

CREATE TABLE owid_measles (
  "country" VARCHAR,
  "year" INTEGER,
  "case_count" UINTEGER,
  "source" VARCHAR,
  "case_rate" FLOAT
);

National Notifiable Diseases Surveillance System - Measles

@owid.measles_state_level.owid_national_measles
  • 3.75 KB
  • 21 rows
  • 4 columns
Loading...

CREATE TABLE owid_national_measles (
  "country" VARCHAR,
  "disease" VARCHAR,
  "year" INTEGER,
  "case_count" INTEGER
);

National Notifiable Diseases Surveillance System - Measles

@owid.measles_state_level.owid_state_measles
  • 5.09 KB
  • 1092 rows
  • 4 columns
Loading...

CREATE TABLE owid_state_measles (
  "country" VARCHAR,
  "disease" VARCHAR,
  "year" INTEGER,
  "case_count" INTEGER
);