Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Covid19 surveillance data #120

Merged
merged 1 commit into from
Aug 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 125 additions & 0 deletions scripts/covid_case_surveillance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
{
"citation": "",
"description": "This case surveillance public use dataset has 19 elements for all COVID-19 cases shared with CDC and includes demographics, geography (county and state of residence), any exposure history, disease severity indicators and outcomes, and presence of any underlying medical conditions and risk behaviors.",
"encoding": "utf-8",
"homepage": "https://dev.socrata.com/foundry/data.cdc.gov/n8mc-b4w4",
"keywords": [
"covid",
"coronavirus",
"covid19",
"CDC"
],
"licenses": [],
"name": "covid-case-surveillance",
"resources": [
{
"dialect": {
"delimiter": ","
},
"name": "covid_19_case_surveillance",
"path": "COVID-19_Case_Surveillance_Public_Use_Data_with_Geography.csv",
"schema": {
"fields": [
{
"name": "case_month",
"size": "7",
"type": "char"
},
{
"name": "res_state",
"size": "2",
"type": "char"
},
{
"name": "state_fips_code",
"size": "2",
"type": "char"
},
{
"name": "res_county",
"size": "20",
"type": "char"
},
{
"name": "county_fips_code",
"size": "5",
"type": "char"
},
{
"name": "age_group",
"size": "14",
"type": "char"
},
{
"name": "sex",
"size": "7",
"type": "char"
},
{
"name": "race",
"size": "38",
"type": "char"
},
{
"name": "ethnicity",
"size": "19",
"type": "char"
},
{
"name": "case_positive_specimen_interval",
"type": "int"
},
{
"name": "case_onset_interval",
"type": "int"
},
{
"name": "process",
"size": "32",
"type": "char"
},
{
"name": "exposure_yn",
"size": "7",
"type": "char"
},
{
"name": "current_status",
"size": "25",
"type": "char"
},
{
"name": "symptom_status",
"size": "12",
"type": "char"
},
{
"name": "hosp_yn",
"size": "7",
"type": "char"
},
{
"name": "icu_yn",
"size": "7",
"type": "char"
},
{
"name": "death_yn",
"size": "7",
"type": "char"
},
{
"name": "underlying_conditions_yn",
"size": "3",
"type": "char"
}
]
},
"url": "https://data.cdc.gov/api/views/n8mc-b4w4/rows.csv?accessType=DOWNLOAD&api_foundry=true"
}
],
"retriever": "True",
"retriever_minimum_version": "2.1.0",
"title": "COVID-19 Case Surveillance Public Use Data with Geography",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ coronavirus-belgium.json,1.0.0
coronavirus_italy.json,1.0.0
coronavirus_south_korea.json,1.0.0
county_emergency_management_offices.json,1.0.0
covid_case_surveillance.json,1.0.0
credit_card_fraud.json,1.0.0
croche_vegetation_data.json,1.0.2
dicerandra_frutescens.json,1.0.2
Expand Down