Skip to content

Instantly share code, notes, and snippets.

@jonasalmeida
Last active May 27, 2020 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonasalmeida/bc5cd4c9d98ba6bbacee612d3d5bf2e3 to your computer and use it in GitHub Desktop.
Save jonasalmeida/bc5cd4c9d98ba6bbacee612d3d5bf2e3 to your computer and use it in GitHub Desktop.
Mortality Stock data sources
{
"https://data.cdc.gov/resource/muzy-jte6.json":{
"name":"Weekly Counts of Deaths by State and Select Causes, 2019-2020",
"type":"socrata",
"description":"Provisional counts of deaths by the week the deaths occurred, by state of occurrence, and by select underlying causes of death for 2019-2020. The dataset also includes weekly provisional counts of death for COVID-19, coded to ICD-10 code U07.1 as an underlying or multiple cause of death."
},
"https://data.cdc.gov/resource/3yf8-kanr.json":{
"name":"Weekly Counts of Deaths by State and Select Causes, 2014-2018",
"type":"socrata",
"description":"Final counts of deaths by the week the deaths occurred, by state of occurrence, and by select causes of death for 2014-2018. Death counts in this dataset were derived from the National Vital Statistics System database that provides the most timely access to the data. Therefore, counts may differ slightly from final data due to differences in processing, recoding, and imputation."
}
}
@jonasalmeida
Copy link
Author

jonasalmeida commented May 26, 2020

to get it one might do

url='https://gist.githubusercontent.com/jonasalmeida/bc5cd4c9d98ba6bbacee612d3d5bf2e3/raw/6dca9fb5ab87c5def3ea59f0836f771dad71bccb/mortalityStockSources.json'
xx = await (await fetch(url)).json()

@PrafulB
Copy link

PrafulB commented May 27, 2020

{
"https://data.cdc.gov/resource/muzy-jte6.json": {
"name": "Weekly Counts of Deaths by State and Select Causes, 2019-2020",
"type": "socrata",
"description": "Provisional counts of deaths by the week the deaths occurred, by state of occurrence, and by select underlying causes of death for 2019-2020. The dataset also includes weekly provisional counts of death for COVID-19, coded to ICD-10 code U07.1 as an underlying or multiple cause of death. "
},
"https://data.cdc.gov/resource/3yf8-kanr.json": {
"name": "Weekly Counts of Deaths by State and Select Causes, 2014-2018",
"type": "socrata",
"description": "Final counts of deaths by the week the deaths occurred, by state of occurrence, and by select causes of death for 2014-2018. Death counts in this dataset were derived from the National Vital Statistics System database that provides the most timely access to the data. Therefore, counts may differ slightly from final data due to differences in processing, recoding, and imputation."
},
"https://data.cdc.gov/NCHS/Excess-Deaths-Associated-with-COVID-19/xkkf-xrst": {
"name": "Excess Deaths Associated with COVID-19",
"type": "socrata",
"description": "Estimates of excess deaths can provide information about the burden of mortality potentially related to COVID-19, beyond the number of deaths that are directly attributed to COVID-19. Excess deaths are typically defined as the difference between observed numbers of deaths and expected numbers. This visualization provides weekly data on excess deaths by jurisdiction of occurrence. Counts of deaths in more recent weeks are compared with historical trends to determine whether the number of deaths is significantly higher than expected."
}
}

@danielruss
Copy link

No pull requests... BOO!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment