pulse-code 1.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulse/__init__.py +1 -0
- pulse/__main__.py +4 -0
- pulse/catalog.py +102 -0
- pulse/cli.py +984 -0
- pulse/data/catalog.json +1599 -0
- pulse/data/queries_index.json +328 -0
- pulse/data/variable_labels.json +1338 -0
- pulse/llm_builder.py +732 -0
- pulse/matcher.py +180 -0
- pulse/queries/aids-cases-by-year-1981-1999-req.xml +178 -0
- pulse/queries/births-by-year-1995-2002-req.xml +226 -0
- pulse/queries/births-by-year-2003-2006-req.xml +306 -0
- pulse/queries/births-by-year-2007-2024-req.xml +334 -0
- pulse/queries/cancer-incidence-by-site-by-year-1999-2022-req.xml +174 -0
- pulse/queries/cancer-mortality-by-site-by-year-2018-2023-req.xml +166 -0
- pulse/queries/covid-deaths-by-race-2020-2023-req.xml +529 -0
- pulse/queries/drug-deaths-by-month-1999-2020-req.xml +436 -0
- pulse/queries/drug-deaths-by-month-2018-2024-req.xml +544 -0
- pulse/queries/drug-deaths-by-year-1999-2020-req.xml +436 -0
- pulse/queries/drug-deaths-by-year-2018-2024-req.xml +536 -0
- pulse/queries/fentanyl-deaths-by-month-1999-2020-req.xml +430 -0
- pulse/queries/fentanyl-deaths-by-month-2018-2024-req.xml +530 -0
- pulse/queries/fetal-deaths-by-cause-by-year-2014-2024-req.xml +530 -0
- pulse/queries/fetal-deaths-by-year-2005-2024-req.xml +322 -0
- pulse/queries/heart-vs-cancer-by-sex-2018-2023-req.xml +532 -0
- pulse/queries/heat-wave-days-by-county-req.xml +154 -0
- pulse/queries/infant-mortality-2018-2023-req.xml +531 -0
- pulse/queries/infant-mortality-by-cause-by-year-2007-2023-req.xml +290 -0
- pulse/queries/maternal-mortality-by-year-1999-2020-req.xml +351 -0
- pulse/queries/maternal-mortality-by-year-2018-2024-req.xml +413 -0
- pulse/queries/mortality-by-race-sex-2018-2023-req.xml +490 -0
- pulse/queries/mortality-by-year-cause-1979-1998-req.xml +222 -0
- pulse/queries/mortality-by-year-cause-1999-2020-req.xml +434 -0
- pulse/queries/mortality-by-year-cause-2021-2024-req.xml +529 -0
- pulse/queries/opioid-overdose-deaths-2018-2024-req.xml +544 -0
- pulse/queries/pm25-by-year-2003-2011-req.xml +194 -0
- pulse/queries/provisional-births-by-month-2023-req.xml +854 -0
- pulse/queries/racial-mortality-gap-2018-2023-req.xml +531 -0
- pulse/queries/std-cases-by-disease-by-year-1984-2014-req.xml +178 -0
- pulse/queries/suicide-by-sex-1999-2020-req.xml +411 -0
- pulse/queries/suicide-by-sex-2021-2024-req.xml +551 -0
- pulse/queries/tb-cases-by-year-1993-2023-req.xml +206 -0
- pulse/queries/tick-borne-diseases-by-year-2016-2023-req.xml +125 -0
- pulse/queries/underlying-cause-mortality-by-year-1999-2020-req.xml +350 -0
- pulse/queries/unintentional-injuries-by-age-2018-2023-req.xml +531 -0
- pulse/templates/D10-base.xml +226 -0
- pulse/templates/D104-base.xml +142 -0
- pulse/templates/D117-base.xml +110 -0
- pulse/templates/D128-base.xml +182 -0
- pulse/templates/D140-base.xml +318 -0
- pulse/templates/D141-base.xml +454 -0
- pulse/templates/D149-base.xml +878 -0
- pulse/templates/D157-base.xml +490 -0
- pulse/templates/D158-base.xml +406 -0
- pulse/templates/D159-base.xml +774 -0
- pulse/templates/D16-base.xml +266 -0
- pulse/templates/D176-base.xml +526 -0
- pulse/templates/D178-base.xml +158 -0
- pulse/templates/D18-base.xml +262 -0
- pulse/templates/D192-base.xml +854 -0
- pulse/templates/D204-base.xml +142 -0
- pulse/templates/D23-base.xml +258 -0
- pulse/templates/D27-base.xml +342 -0
- pulse/templates/D31-base.xml +262 -0
- pulse/templates/D60-base.xml +274 -0
- pulse/templates/D61-base.xml +250 -0
- pulse/templates/D66-base.xml +378 -0
- pulse/templates/D69-base.xml +278 -0
- pulse/templates/D73-base.xml +182 -0
- pulse/templates/D74-base.xml +254 -0
- pulse/templates/D76-base.xml +350 -0
- pulse/templates/D77-base.xml +434 -0
- pulse/templates/D8-base.xml +314 -0
- pulse/templates/D80-base.xml +174 -0
- pulse/templates/D81-base.xml +178 -0
- pulse/wonder_client.py +161 -0
- pulse_code-1.0.1.dist-info/METADATA +249 -0
- pulse_code-1.0.1.dist-info/RECORD +82 -0
- pulse_code-1.0.1.dist-info/WHEEL +5 -0
- pulse_code-1.0.1.dist-info/entry_points.txt +2 -0
- pulse_code-1.0.1.dist-info/licenses/LICENSE +121 -0
- pulse_code-1.0.1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
{
|
|
2
|
+
"queries": [
|
|
3
|
+
{
|
|
4
|
+
"filename": "births-by-year-1995-2002-req.xml",
|
|
5
|
+
"dataset_id": "D10",
|
|
6
|
+
"description": "Annual live birth counts by year, 1995-2002",
|
|
7
|
+
"topic": "Natality",
|
|
8
|
+
"tags": ["birth", "natality", "fertility", "historical", "annual", "count"],
|
|
9
|
+
"groupings": ["Year"],
|
|
10
|
+
"year_range": "1995-2002"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"filename": "births-by-year-2003-2006-req.xml",
|
|
14
|
+
"dataset_id": "D27",
|
|
15
|
+
"description": "Annual live birth counts by year, 2003-2006",
|
|
16
|
+
"topic": "Natality",
|
|
17
|
+
"tags": ["birth", "natality", "fertility", "historical", "annual", "count"],
|
|
18
|
+
"groupings": ["Year"],
|
|
19
|
+
"year_range": "2003-2006"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"filename": "births-by-year-2007-2024-req.xml",
|
|
23
|
+
"dataset_id": "D66",
|
|
24
|
+
"description": "Annual live birth counts by year, 2007-2024",
|
|
25
|
+
"topic": "Natality",
|
|
26
|
+
"tags": ["birth", "natality", "fertility", "annual", "count", "recent"],
|
|
27
|
+
"groupings": ["Year"],
|
|
28
|
+
"year_range": "2007-2024"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"filename": "covid-deaths-by-race-2020-2023-req.xml",
|
|
32
|
+
"dataset_id": "D176",
|
|
33
|
+
"description": "COVID-19 deaths broken down by race and ethnicity, 2020-2023",
|
|
34
|
+
"topic": "Mortality",
|
|
35
|
+
"tags": ["COVID", "COVID-19", "pandemic", "race", "ethnicity", "disparity", "deaths"],
|
|
36
|
+
"groupings": ["Year", "Race/Ethnicity"],
|
|
37
|
+
"year_range": "2020-2023"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"filename": "drug-deaths-by-month-1999-2020-req.xml",
|
|
41
|
+
"dataset_id": "D77",
|
|
42
|
+
"description": "Drug overdose deaths by month and substance type (opioids, cocaine, meth), 1999-2020",
|
|
43
|
+
"topic": "Mortality",
|
|
44
|
+
"tags": ["drug", "overdose", "opioid", "heroin", "fentanyl", "cocaine", "meth", "monthly", "substance", "deaths", "historical"],
|
|
45
|
+
"groupings": ["Year", "Month", "Drug/Substance"],
|
|
46
|
+
"year_range": "1999-2020"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"filename": "drug-deaths-by-month-2018-2024-req.xml",
|
|
50
|
+
"dataset_id": "D176",
|
|
51
|
+
"description": "Drug overdose deaths by month and substance type (opioids, cocaine, meth), 2018-2024",
|
|
52
|
+
"topic": "Mortality",
|
|
53
|
+
"tags": ["drug", "overdose", "opioid", "heroin", "fentanyl", "cocaine", "meth", "monthly", "substance", "deaths", "recent", "provisional"],
|
|
54
|
+
"groupings": ["Year", "Month", "Drug/Substance"],
|
|
55
|
+
"year_range": "2018-2024"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"filename": "drug-deaths-by-year-1999-2020-req.xml",
|
|
59
|
+
"dataset_id": "D77",
|
|
60
|
+
"description": "Drug overdose deaths by year and substance (opioids, cocaine, meth, psychostimulants), 1999-2020",
|
|
61
|
+
"topic": "Mortality",
|
|
62
|
+
"tags": ["drug", "overdose", "opioid", "heroin", "fentanyl", "cocaine", "meth", "annual", "substance", "deaths", "historical"],
|
|
63
|
+
"groupings": ["Year", "Drug/Substance"],
|
|
64
|
+
"year_range": "1999-2020"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"filename": "drug-deaths-by-year-2018-2024-req.xml",
|
|
68
|
+
"dataset_id": "D176",
|
|
69
|
+
"description": "Drug overdose deaths by year and substance (opioids, cocaine, meth, psychostimulants), 2018-2024",
|
|
70
|
+
"topic": "Mortality",
|
|
71
|
+
"tags": ["drug", "overdose", "opioid", "heroin", "fentanyl", "cocaine", "meth", "annual", "substance", "deaths", "recent", "provisional"],
|
|
72
|
+
"groupings": ["Year", "Drug/Substance"],
|
|
73
|
+
"year_range": "2018-2024"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"filename": "fentanyl-deaths-by-month-1999-2020-req.xml",
|
|
77
|
+
"dataset_id": "D77",
|
|
78
|
+
"description": "Fentanyl and synthetic opioid overdose deaths by month, 1999-2020",
|
|
79
|
+
"topic": "Mortality",
|
|
80
|
+
"tags": ["fentanyl", "opioid", "synthetic", "overdose", "monthly", "deaths", "historical"],
|
|
81
|
+
"groupings": ["Year", "Month"],
|
|
82
|
+
"year_range": "1999-2020"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"filename": "fentanyl-deaths-by-month-2018-2024-req.xml",
|
|
86
|
+
"dataset_id": "D176",
|
|
87
|
+
"description": "Fentanyl and synthetic opioid overdose deaths by month, 2018-2024",
|
|
88
|
+
"topic": "Mortality",
|
|
89
|
+
"tags": ["fentanyl", "opioid", "synthetic", "overdose", "monthly", "deaths", "recent", "provisional"],
|
|
90
|
+
"groupings": ["Year", "Month"],
|
|
91
|
+
"year_range": "2018-2024"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"filename": "heart-vs-cancer-by-sex-2018-2023-req.xml",
|
|
95
|
+
"dataset_id": "D176",
|
|
96
|
+
"description": "Heart disease vs. cancer deaths compared by sex, 2018-2023 — America's top two killers",
|
|
97
|
+
"topic": "Mortality",
|
|
98
|
+
"tags": ["heart disease", "cancer", "sex", "leading cause", "comparison", "cardiovascular", "deaths"],
|
|
99
|
+
"groupings": ["Year", "Cause of Death", "Sex"],
|
|
100
|
+
"year_range": "2018-2023"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"filename": "infant-mortality-2018-2023-req.xml",
|
|
104
|
+
"dataset_id": "D176",
|
|
105
|
+
"description": "Infant mortality (deaths under age 1) by year, 2018-2023",
|
|
106
|
+
"topic": "Mortality",
|
|
107
|
+
"tags": ["infant", "neonatal", "SIDS", "mortality", "age", "deaths", "under 1"],
|
|
108
|
+
"groupings": ["Year", "Age (infant)"],
|
|
109
|
+
"year_range": "2018-2023"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"filename": "maternal-mortality-by-year-1999-2020-req.xml",
|
|
113
|
+
"dataset_id": "D158",
|
|
114
|
+
"description": "Maternal mortality (pregnancy-related deaths) by year, 1999-2020",
|
|
115
|
+
"topic": "Mortality",
|
|
116
|
+
"tags": ["maternal", "maternal mortality", "pregnancy", "childbirth", "obstetric", "deaths", "historical"],
|
|
117
|
+
"groupings": ["Year"],
|
|
118
|
+
"year_range": "1999-2020"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"filename": "maternal-mortality-by-year-2018-2024-req.xml",
|
|
122
|
+
"dataset_id": "D158",
|
|
123
|
+
"description": "Maternal mortality (pregnancy-related deaths) by year, 2018-2024",
|
|
124
|
+
"topic": "Mortality",
|
|
125
|
+
"tags": ["maternal", "maternal mortality", "pregnancy", "childbirth", "obstetric", "deaths", "recent"],
|
|
126
|
+
"groupings": ["Year"],
|
|
127
|
+
"year_range": "2018-2024"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"filename": "mortality-by-year-cause-1979-1998-req.xml",
|
|
131
|
+
"dataset_id": "D16",
|
|
132
|
+
"description": "All-cause mortality by year and ICD-9 cause of death, 1979-1998",
|
|
133
|
+
"topic": "Mortality",
|
|
134
|
+
"tags": ["all-cause", "mortality", "cause of death", "ICD-9", "historical", "annual"],
|
|
135
|
+
"groupings": ["Year", "ICD-9 Cause"],
|
|
136
|
+
"year_range": "1979-1998"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"filename": "mortality-by-year-cause-1999-2020-req.xml",
|
|
140
|
+
"dataset_id": "D77",
|
|
141
|
+
"description": "All-cause mortality by year and ICD-10 cause of death, 1999-2020",
|
|
142
|
+
"topic": "Mortality",
|
|
143
|
+
"tags": ["all-cause", "mortality", "cause of death", "ICD-10", "historical", "annual"],
|
|
144
|
+
"groupings": ["Year", "ICD-10 Cause"],
|
|
145
|
+
"year_range": "1999-2020"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"filename": "mortality-by-year-cause-2021-2024-req.xml",
|
|
149
|
+
"dataset_id": "D176",
|
|
150
|
+
"description": "All-cause mortality by year and ICD-10 cause of death, 2021-2024",
|
|
151
|
+
"topic": "Mortality",
|
|
152
|
+
"tags": ["all-cause", "mortality", "cause of death", "ICD-10", "annual", "recent", "provisional"],
|
|
153
|
+
"groupings": ["Year", "ICD-10 Cause"],
|
|
154
|
+
"year_range": "2021-2024"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"filename": "opioid-overdose-deaths-2018-2024-req.xml",
|
|
158
|
+
"dataset_id": "D176",
|
|
159
|
+
"description": "Opioid overdose deaths (all types) by year, 2018-2024",
|
|
160
|
+
"topic": "Mortality",
|
|
161
|
+
"tags": ["opioid", "overdose", "deaths", "annual", "recent", "provisional", "heroin", "fentanyl", "prescription"],
|
|
162
|
+
"groupings": ["Year"],
|
|
163
|
+
"year_range": "2018-2024"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"filename": "racial-mortality-gap-2018-2023-req.xml",
|
|
167
|
+
"dataset_id": "D176",
|
|
168
|
+
"description": "Racial mortality gap — deaths by race and ethnicity, 2018-2023",
|
|
169
|
+
"topic": "Mortality",
|
|
170
|
+
"tags": ["race", "ethnicity", "disparity", "gap", "mortality", "deaths", "equity", "Black", "White", "Hispanic"],
|
|
171
|
+
"groupings": ["Year", "Race/Ethnicity"],
|
|
172
|
+
"year_range": "2018-2023"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"filename": "suicide-by-sex-1999-2020-req.xml",
|
|
176
|
+
"dataset_id": "D77",
|
|
177
|
+
"description": "Suicide deaths by sex and year, 1999-2020",
|
|
178
|
+
"topic": "Mortality",
|
|
179
|
+
"tags": ["suicide", "mental health", "sex", "male", "female", "deaths", "historical", "firearms", "self-harm"],
|
|
180
|
+
"groupings": ["Year", "Sex"],
|
|
181
|
+
"year_range": "1999-2020"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"filename": "suicide-by-sex-2021-2024-req.xml",
|
|
185
|
+
"dataset_id": "D176",
|
|
186
|
+
"description": "Suicide deaths by sex and year, 2021-2024",
|
|
187
|
+
"topic": "Mortality",
|
|
188
|
+
"tags": ["suicide", "mental health", "sex", "male", "female", "deaths", "recent", "provisional", "self-harm"],
|
|
189
|
+
"groupings": ["Year", "Sex"],
|
|
190
|
+
"year_range": "2021-2024"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"filename": "tick-borne-diseases-by-year-2016-2023-req.xml",
|
|
194
|
+
"dataset_id": "D130",
|
|
195
|
+
"description": "Tick-borne disease cases (Lyme, Rocky Mountain spotted fever, anaplasmosis, ehrlichiosis) by year, 2016-2023",
|
|
196
|
+
"topic": "Infectious Disease",
|
|
197
|
+
"tags": ["tick", "Lyme disease", "Rocky Mountain spotted fever", "anaplasmosis", "ehrlichiosis", "tick-borne", "infectious", "cases", "NNDSS"],
|
|
198
|
+
"groupings": ["Year", "Disease"],
|
|
199
|
+
"year_range": "2016-2023"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"filename": "unintentional-injuries-by-age-2018-2023-req.xml",
|
|
203
|
+
"dataset_id": "D176",
|
|
204
|
+
"description": "Unintentional injury deaths by age group, 2018-2023 — includes falls, poisoning, motor vehicle crashes",
|
|
205
|
+
"topic": "Mortality",
|
|
206
|
+
"tags": ["unintentional injury", "accident", "falls", "poisoning", "motor vehicle", "crash", "age", "deaths"],
|
|
207
|
+
"groupings": ["Year", "Age Group"],
|
|
208
|
+
"year_range": "2018-2023"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"filename": "tb-cases-by-year-1993-2023-req.xml",
|
|
212
|
+
"dataset_id": "D202",
|
|
213
|
+
"description": "Tuberculosis cases and incidence rate per 100,000 by year, 1993-2023",
|
|
214
|
+
"topic": "Tuberculosis",
|
|
215
|
+
"tags": ["tuberculosis", "TB", "OTIS", "infectious disease", "cases", "incidence", "rate", "trend", "annual"],
|
|
216
|
+
"groupings": ["Year"],
|
|
217
|
+
"year_range": "1993-2023"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"filename": "fetal-deaths-by-year-2005-2024-req.xml",
|
|
221
|
+
"dataset_id": "D133",
|
|
222
|
+
"description": "Fetal death counts by year, 2005-2024",
|
|
223
|
+
"topic": "Fetal Deaths",
|
|
224
|
+
"tags": ["fetal death", "stillbirth", "fetal", "stillborn", "annual", "trend", "count"],
|
|
225
|
+
"groupings": ["Year"],
|
|
226
|
+
"year_range": "2005-2024"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"filename": "fetal-deaths-by-cause-by-year-2014-2024-req.xml",
|
|
230
|
+
"dataset_id": "D150",
|
|
231
|
+
"description": "Fetal deaths by year and ICD chapter cause of death, 2014-2024",
|
|
232
|
+
"topic": "Fetal Deaths",
|
|
233
|
+
"tags": ["fetal death", "stillbirth", "fetal", "cause of death", "ICD", "ICD chapter", "perinatal", "congenital", "annual"],
|
|
234
|
+
"groupings": ["Year", "ICD Chapter (Cause of Death)"],
|
|
235
|
+
"year_range": "2014-2024"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"filename": "cancer-incidence-by-site-by-year-1999-2022-req.xml",
|
|
239
|
+
"dataset_id": "D205",
|
|
240
|
+
"description": "Cancer incidence by site (cancer type) and year, 1999-2022",
|
|
241
|
+
"topic": "Cancer",
|
|
242
|
+
"tags": ["cancer", "incidence", "tumor", "neoplasm", "breast cancer", "lung cancer", "colorectal", "prostate", "leukemia", "annual", "rate"],
|
|
243
|
+
"groupings": ["Cancer Site", "Year"],
|
|
244
|
+
"year_range": "1999-2022"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"filename": "cancer-mortality-by-site-by-year-2018-2023-req.xml",
|
|
248
|
+
"dataset_id": "D207",
|
|
249
|
+
"description": "Cancer deaths by site (cancer type) and year, 2018-2023",
|
|
250
|
+
"topic": "Cancer",
|
|
251
|
+
"tags": ["cancer", "mortality", "deaths", "tumor", "neoplasm", "breast cancer", "lung cancer", "colorectal", "prostate", "annual", "rate"],
|
|
252
|
+
"groupings": ["Cancer Site", "Year"],
|
|
253
|
+
"year_range": "2018-2023"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"filename": "std-cases-by-disease-by-year-1984-2014-req.xml",
|
|
257
|
+
"dataset_id": "D127",
|
|
258
|
+
"description": "STD morbidity by disease type and year, 1984-2014 — chlamydia, gonorrhea, syphilis, chancroid",
|
|
259
|
+
"topic": "STI / Sexual Health",
|
|
260
|
+
"tags": ["STD", "STI", "chlamydia", "gonorrhea", "syphilis", "sexually transmitted", "disease", "cases", "annual", "trend"],
|
|
261
|
+
"groupings": ["Disease", "Year"],
|
|
262
|
+
"year_range": "1984-2014"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"filename": "aids-cases-by-year-1981-1999-req.xml",
|
|
266
|
+
"dataset_id": "D12",
|
|
267
|
+
"description": "AIDS cases by year diagnosed, 1981-1999 — tracks the US AIDS epidemic",
|
|
268
|
+
"topic": "HIV/AIDS",
|
|
269
|
+
"tags": ["AIDS", "HIV", "epidemic", "cases", "year", "annual", "trend", "1980s", "1990s"],
|
|
270
|
+
"groupings": ["Year Diagnosed"],
|
|
271
|
+
"year_range": "1981-1999"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"filename": "pm25-by-year-2003-2011-req.xml",
|
|
275
|
+
"dataset_id": "D73",
|
|
276
|
+
"description": "Fine particulate matter (PM2.5) annual average by year, 2003-2011",
|
|
277
|
+
"topic": "Environment",
|
|
278
|
+
"tags": ["PM2.5", "air quality", "particulate matter", "pollution", "environment", "annual"],
|
|
279
|
+
"groupings": ["Year"],
|
|
280
|
+
"year_range": "2003-2011"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"filename": "heat-wave-days-by-county-req.xml",
|
|
284
|
+
"dataset_id": "D104",
|
|
285
|
+
"description": "Average number of heat wave days by year (national), 1981-2010",
|
|
286
|
+
"topic": "Environment",
|
|
287
|
+
"tags": ["heat wave", "heat", "temperature", "climate", "environment", "extreme heat", "annual"],
|
|
288
|
+
"groupings": ["Year"],
|
|
289
|
+
"year_range": "1981-2010"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"filename": "infant-mortality-by-cause-by-year-2007-2023-req.xml",
|
|
293
|
+
"dataset_id": "D69",
|
|
294
|
+
"description": "Infant mortality by cause of death and year, 2007-2023 — linked birth/death records",
|
|
295
|
+
"topic": "Infant Mortality",
|
|
296
|
+
"tags": ["infant", "neonatal", "SIDS", "mortality", "cause of death", "ICD", "annual", "linked birth"],
|
|
297
|
+
"groupings": ["Year", "Cause of Death (ICD-10)"],
|
|
298
|
+
"year_range": "2007-2023"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"filename": "underlying-cause-mortality-by-year-1999-2020-req.xml",
|
|
302
|
+
"dataset_id": "D76",
|
|
303
|
+
"description": "Underlying cause of death by ICD chapter and year, 1999-2020",
|
|
304
|
+
"topic": "Mortality",
|
|
305
|
+
"tags": ["mortality", "deaths", "cause of death", "ICD chapter", "underlying cause", "historical", "annual"],
|
|
306
|
+
"groupings": ["Year", "ICD Chapter"],
|
|
307
|
+
"year_range": "1999-2020"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"filename": "mortality-by-race-sex-2018-2023-req.xml",
|
|
311
|
+
"dataset_id": "D157",
|
|
312
|
+
"description": "All-cause mortality by year and single race, 2018-2023 — final death statistics",
|
|
313
|
+
"topic": "Mortality",
|
|
314
|
+
"tags": ["mortality", "deaths", "race", "ethnicity", "disparity", "single race", "annual", "final"],
|
|
315
|
+
"groupings": ["Year", "Single Race"],
|
|
316
|
+
"year_range": "2018-2023"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"filename": "provisional-births-by-month-2023-req.xml",
|
|
320
|
+
"dataset_id": "D192",
|
|
321
|
+
"description": "Provisional birth counts by year and month, 2023-present",
|
|
322
|
+
"topic": "Natality",
|
|
323
|
+
"tags": ["birth", "natality", "provisional", "monthly", "recent", "fertility", "trend"],
|
|
324
|
+
"groupings": ["Year", "Month"],
|
|
325
|
+
"year_range": "2023-present"
|
|
326
|
+
}
|
|
327
|
+
]
|
|
328
|
+
}
|