@cdc/chart 4.25.6-2 → 4.25.7

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.
Files changed (54) hide show
  1. package/dist/cdcchart.js +52634 -30848
  2. package/package.json +3 -2
  3. package/src/CdcChartComponent.tsx +13 -9
  4. package/src/_stories/Chart.BoxPlot.stories.tsx +35 -0
  5. package/src/_stories/Chart.stories.tsx +0 -7
  6. package/src/_stories/Chart.tooltip.stories.tsx +35 -275
  7. package/src/_stories/_mock/bar-chart-suppressed.json +2 -80
  8. package/src/_stories/_mock/boxplot_multiseries.json +252 -166
  9. package/src/components/AreaChart/components/AreaChart.Stacked.jsx +1 -1
  10. package/src/components/AreaChart/components/AreaChart.jsx +4 -8
  11. package/src/components/BarChart/components/BarChart.Horizontal.tsx +34 -2
  12. package/src/components/BarChart/components/BarChart.Vertical.tsx +15 -0
  13. package/src/components/BoxPlot/BoxPlot.Horizontal.tsx +131 -0
  14. package/src/components/BoxPlot/{BoxPlot.tsx → BoxPlot.Vertical.tsx} +4 -4
  15. package/src/components/BoxPlot/helpers/index.ts +32 -12
  16. package/src/components/BrushChart.tsx +1 -1
  17. package/src/components/EditorPanel/EditorPanel.tsx +3 -3
  18. package/src/components/EditorPanel/components/Panels/Panel.General.tsx +2 -2
  19. package/src/components/Forecasting/{Forecasting.jsx → Forecasting.tsx} +32 -12
  20. package/src/components/Legend/LegendGroup/LegendGroup.tsx +1 -0
  21. package/src/components/Legend/helpers/index.ts +2 -2
  22. package/src/components/LinearChart.tsx +63 -15
  23. package/src/data/initial-state.js +1 -5
  24. package/src/helpers/filterAndShiftLinearDateTicks.ts +58 -0
  25. package/src/helpers/getBridgedData.ts +13 -0
  26. package/src/helpers/tests/getBridgedData.test.ts +64 -0
  27. package/src/hooks/useScales.ts +42 -42
  28. package/src/hooks/useTooltip.tsx +3 -2
  29. package/src/scss/main.scss +2 -8
  30. package/src/store/chart.actions.ts +2 -2
  31. package/src/store/chart.reducer.ts +4 -12
  32. package/src/types/ChartConfig.ts +0 -5
  33. package/examples/private/0527.json +0 -1
  34. package/examples/private/DEV-8850-2.json +0 -493
  35. package/examples/private/DEV-9822.json +0 -574
  36. package/examples/private/DEV-9840.json +0 -553
  37. package/examples/private/DEV-9850-3.json +0 -461
  38. package/examples/private/chart.json +0 -1084
  39. package/examples/private/ci_formatted.json +0 -202
  40. package/examples/private/ci_issue.json +0 -3016
  41. package/examples/private/completed.json +0 -634
  42. package/examples/private/dem-data-long.csv +0 -20
  43. package/examples/private/dem-data-long.json +0 -36
  44. package/examples/private/demographic_data.csv +0 -157
  45. package/examples/private/demographic_data.json +0 -2654
  46. package/examples/private/demographic_dynamic.json +0 -443
  47. package/examples/private/demographic_standard.json +0 -560
  48. package/examples/private/ehdi.json +0 -29939
  49. package/examples/private/line-issue.json +0 -497
  50. package/examples/private/not-loading.json +0 -360
  51. package/examples/private/test.json +0 -493
  52. package/examples/private/testing-pie.json +0 -436
  53. package/src/components/BoxPlot/index.tsx +0 -3
  54. /package/src/components/Brush/{BrushController..tsx → BrushController.tsx} +0 -0
@@ -1,2654 +0,0 @@
1
- [
2
- {
3
- "Year": "2019",
4
- "State": "XX",
5
- "State_Long": "United States",
6
- "Total": "36.7",
7
- "Total_CI_low": "35.1",
8
- "Total_CI_high": "38.3",
9
- "Total_Formatted": "36.7 (CI 35.1, 38.3)",
10
- "Female": "46.6",
11
- "Female_CI_low": "44.4",
12
- "Female_CI_high": "48.9",
13
- "Female_Formatted": "46.6 (CI 44.4, 48.9)",
14
- "Male": "26.8",
15
- "Male_CI_low": "25.2",
16
- "Male_CI_high": "28.4",
17
- "Male_Formatted": "26.8 (CI 25.2, 28.4)"
18
- },
19
- {
20
- "Year": "2019",
21
- "State": "AL",
22
- "State_Long": "Alabama",
23
- "Total": "37.5",
24
- "Total_CI_low": "34.8",
25
- "Total_CI_high": "40.3",
26
- "Total_Formatted": "37.5 (CI 34.8, 40.3)",
27
- "Female": "48.6",
28
- "Female_CI_low": "44.2",
29
- "Female_CI_high": "53.1",
30
- "Female_Formatted": "48.6 (CI 44.2, 53.1)",
31
- "Male": "26.2",
32
- "Male_CI_low": "23.7",
33
- "Male_CI_high": "28.9",
34
- "Male_Formatted": "26.2 (CI 23.7, 28.9)"
35
- },
36
- {
37
- "Year": "2019",
38
- "State": "AK",
39
- "State_Long": "Alaska",
40
- "Total": "38.1",
41
- "Total_CI_low": "34.2",
42
- "Total_CI_high": "42.1",
43
- "Total_Formatted": "38.1 (CI 34.2, 42.1)",
44
- "Female": "48.4",
45
- "Female_CI_low": "42.4",
46
- "Female_CI_high": "54.4",
47
- "Female_Formatted": "48.4 (CI 42.4, 54.4)",
48
- "Male": "28.4",
49
- "Male_CI_low": "24.1",
50
- "Male_CI_high": "33.1",
51
- "Male_Formatted": "28.4 (CI 24.1, 33.1)"
52
- },
53
- {
54
- "Year": "2019",
55
- "State": "AS",
56
- "State_Long": "American Samoa",
57
- "Total": "Not Available",
58
- "Total_CI_low": "Not Available",
59
- "Total_CI_high": "Not Available",
60
- "Total_Formatted": "Not Available",
61
- "Female": "Not Available",
62
- "Female_CI_low": "Not Available",
63
- "Female_CI_high": "Not Available",
64
- "Female_Formatted": "Not Available",
65
- "Male": "Not Available",
66
- "Male_CI_low": "Not Available",
67
- "Male_CI_high": "Not Available",
68
- "Male_Formatted": "Not Available"
69
- },
70
- {
71
- "Year": "2019",
72
- "State": "AZ",
73
- "State_Long": "Arizona",
74
- "Total": "40.6",
75
- "Total_CI_low": "37.4",
76
- "Total_CI_high": "44",
77
- "Total_Formatted": "40.6 (CI 37.4, 44.0)",
78
- "Female": "51.6",
79
- "Female_CI_low": "48",
80
- "Female_CI_high": "55.1",
81
- "Female_Formatted": "51.6 (CI 48.0, 55.1)",
82
- "Male": "29.9",
83
- "Male_CI_low": "27",
84
- "Male_CI_high": "32.9",
85
- "Male_Formatted": "29.9 (CI 27.0, 32.9)"
86
- },
87
- {
88
- "Year": "2019",
89
- "State": "AR",
90
- "State_Long": "Arkansas",
91
- "Total": "35.9",
92
- "Total_CI_low": "32.9",
93
- "Total_CI_high": "39.1",
94
- "Total_Formatted": "35.9 (CI 32.9, 39.1)",
95
- "Female": "47.1",
96
- "Female_CI_low": "42.2",
97
- "Female_CI_high": "52.1",
98
- "Female_Formatted": "47.1 (CI 42.2, 52.1)",
99
- "Male": "24.6",
100
- "Male_CI_low": "21.5",
101
- "Male_CI_high": "28",
102
- "Male_Formatted": "24.6 (CI 21.5, 28.0)"
103
- },
104
- {
105
- "Year": "2019",
106
- "State": "CA",
107
- "State_Long": "California",
108
- "Total": "45.3",
109
- "Total_CI_low": "38.8",
110
- "Total_CI_high": "51.9",
111
- "Total_Formatted": "45.3 (CI 38.8, 51.9)",
112
- "Female": "57.1",
113
- "Female_CI_low": "51.1",
114
- "Female_CI_high": "62.9",
115
- "Female_Formatted": "57.1 (CI 51.1, 62.9)",
116
- "Male": "33.7",
117
- "Male_CI_low": "25.3",
118
- "Male_CI_high": "43.3",
119
- "Male_Formatted": "33.7 (CI 25.3, 43.3)"
120
- },
121
- {
122
- "Year": "2019",
123
- "State": "CO",
124
- "State_Long": "Colorado",
125
- "Total": "33.8",
126
- "Total_CI_low": "29.9",
127
- "Total_CI_high": "38",
128
- "Total_Formatted": "33.8 (CI 29.9, 38.0)",
129
- "Female": "43.3",
130
- "Female_CI_low": "37.5",
131
- "Female_CI_high": "49.4",
132
- "Female_Formatted": "43.3 (CI 37.5, 49.4)",
133
- "Male": "24.6",
134
- "Male_CI_low": "20.2",
135
- "Male_CI_high": "29.6",
136
- "Male_Formatted": "24.6 (CI 20.2, 29.6)"
137
- },
138
- {
139
- "Year": "2019",
140
- "State": "CT",
141
- "State_Long": "Connecticut",
142
- "Total": "30.6",
143
- "Total_CI_low": "27.3",
144
- "Total_CI_high": "34",
145
- "Total_Formatted": "30.6 (CI 27.3, 34.0)",
146
- "Female": "40.5",
147
- "Female_CI_low": "36.1",
148
- "Female_CI_high": "44.9",
149
- "Female_Formatted": "40.5 (CI 36.1, 44.9)",
150
- "Male": "21",
151
- "Male_CI_low": "18.2",
152
- "Male_CI_high": "24.1",
153
- "Male_Formatted": "21 (CI 18.2, 24.1)"
154
- },
155
- {
156
- "Year": "2019",
157
- "State": "DE",
158
- "State_Long": "Delaware",
159
- "Total": "Not Available",
160
- "Total_CI_low": "Not Available",
161
- "Total_CI_high": "Not Available",
162
- "Total_Formatted": "Not Available",
163
- "Female": "Not Available",
164
- "Female_CI_low": "Not Available",
165
- "Female_CI_high": "Not Available",
166
- "Female_Formatted": "Not Available",
167
- "Male": "Not Available",
168
- "Male_CI_low": "Not Available",
169
- "Male_CI_high": "Not Available",
170
- "Male_Formatted": "Not Available"
171
- },
172
- {
173
- "Year": "2019",
174
- "State": "FL",
175
- "State_Long": "Florida",
176
- "Total": "33.7",
177
- "Total_CI_low": "32.2",
178
- "Total_CI_high": "35.2",
179
- "Total_Formatted": "33.7 (CI 32.2, 35.2)",
180
- "Female": "43.4",
181
- "Female_CI_low": "41",
182
- "Female_CI_high": "45.8",
183
- "Female_Formatted": "43.4 (CI 41.0, 45.8)",
184
- "Male": "24.2",
185
- "Male_CI_low": "22.6",
186
- "Male_CI_high": "25.8",
187
- "Male_Formatted": "24.2 (CI 22.6, 25.8)"
188
- },
189
- {
190
- "Year": "2019",
191
- "State": "GA",
192
- "State_Long": "Georgia",
193
- "Total": "29.9",
194
- "Total_CI_low": "27",
195
- "Total_CI_high": "32.9",
196
- "Total_Formatted": "29.9 (CI 27.0, 32.9)",
197
- "Female": "37.7",
198
- "Female_CI_low": "34.2",
199
- "Female_CI_high": "41.4",
200
- "Female_Formatted": "37.7 (CI 34.2, 41.4)",
201
- "Male": "21.8",
202
- "Male_CI_low": "19.8",
203
- "Male_CI_high": "24",
204
- "Male_Formatted": "21.8 (CI 19.8, 24.0)"
205
- },
206
- {
207
- "Year": "2019",
208
- "State": "GU",
209
- "State_Long": "Guam",
210
- "Total": "46.9",
211
- "Total_CI_low": "43",
212
- "Total_CI_high": "50.8",
213
- "Total_Formatted": "46.9 (CI 43.0, 50.8)",
214
- "Female": "58.9",
215
- "Female_CI_low": "53.2",
216
- "Female_CI_high": "64.4",
217
- "Female_Formatted": "58.9 (CI 53.2, 64.4)",
218
- "Male": "36.9",
219
- "Male_CI_low": "32.1",
220
- "Male_CI_high": "42",
221
- "Male_Formatted": "36.9 (CI 32.1, 42.0)"
222
- },
223
- {
224
- "Year": "2019",
225
- "State": "HI",
226
- "State_Long": "Hawaii",
227
- "Total": "34.7",
228
- "Total_CI_low": "32.6",
229
- "Total_CI_high": "36.9",
230
- "Total_Formatted": "34.7 (CI 32.6, 36.9)",
231
- "Female": "44.1",
232
- "Female_CI_low": "40.5",
233
- "Female_CI_high": "47.7",
234
- "Female_Formatted": "44.1 (CI 40.5, 47.7)",
235
- "Male": "25.3",
236
- "Male_CI_low": "22.8",
237
- "Male_CI_high": "28",
238
- "Male_Formatted": "25.3 (CI 22.8, 28.0)"
239
- },
240
- {
241
- "Year": "2019",
242
- "State": "ID",
243
- "State_Long": "Idaho",
244
- "Total": "38.9",
245
- "Total_CI_low": "35.5",
246
- "Total_CI_high": "42.5",
247
- "Total_Formatted": "38.9 (CI 35.5, 42.5)",
248
- "Female": "46.1",
249
- "Female_CI_low": "41.5",
250
- "Female_CI_high": "50.9",
251
- "Female_Formatted": "46.1 (CI 41.5, 50.9)",
252
- "Male": "31.6",
253
- "Male_CI_low": "27.4",
254
- "Male_CI_high": "36.1",
255
- "Male_Formatted": "31.6 (CI 27.4, 36.1)"
256
- },
257
- {
258
- "Year": "2019",
259
- "State": "IL",
260
- "State_Long": "Illinois",
261
- "Total": "36.3",
262
- "Total_CI_low": "32.9",
263
- "Total_CI_high": "40",
264
- "Total_Formatted": "36.3 (CI 32.9, 40.0)",
265
- "Female": "46",
266
- "Female_CI_low": "42.3",
267
- "Female_CI_high": "49.7",
268
- "Female_Formatted": "46 (CI 42.3, 49.7)",
269
- "Male": "26.8",
270
- "Male_CI_low": "22.5",
271
- "Male_CI_high": "31.6",
272
- "Male_Formatted": "26.8 (CI 22.5, 31.6)"
273
- },
274
- {
275
- "Year": "2019",
276
- "State": "IN",
277
- "State_Long": "Indiana",
278
- "Total": "Not Available",
279
- "Total_CI_low": "Not Available",
280
- "Total_CI_high": "Not Available",
281
- "Total_Formatted": "Not Available",
282
- "Female": "Not Available",
283
- "Female_CI_low": "Not Available",
284
- "Female_CI_high": "Not Available",
285
- "Female_Formatted": "Not Available",
286
- "Male": "Not Available",
287
- "Male_CI_low": "Not Available",
288
- "Male_CI_high": "Not Available",
289
- "Male_Formatted": "Not Available"
290
- },
291
- {
292
- "Year": "2019",
293
- "State": "IA",
294
- "State_Long": "Iowa",
295
- "Total": "33.3",
296
- "Total_CI_low": "29.6",
297
- "Total_CI_high": "37.2",
298
- "Total_Formatted": "33.3 (CI 29.6, 37.2)",
299
- "Female": "43.5",
300
- "Female_CI_low": "38.5",
301
- "Female_CI_high": "48.6",
302
- "Female_Formatted": "43.5 (CI 38.5, 48.6)",
303
- "Male": "23.5",
304
- "Male_CI_low": "19.5",
305
- "Male_CI_high": "28",
306
- "Male_Formatted": "23.5 (CI 19.5, 28.0)"
307
- },
308
- {
309
- "Year": "2019",
310
- "State": "KS",
311
- "State_Long": "Kansas",
312
- "Total": "32.5",
313
- "Total_CI_low": "28.9",
314
- "Total_CI_high": "36.2",
315
- "Total_Formatted": "32.5 (CI 28.9, 36.2)",
316
- "Female": "40.9",
317
- "Female_CI_low": "36",
318
- "Female_CI_high": "45.9",
319
- "Female_Formatted": "40.9 (CI 36.0, 45.9)",
320
- "Male": "24.4",
321
- "Male_CI_low": "21",
322
- "Male_CI_high": "28.2",
323
- "Male_Formatted": "24.4 (CI 21.0, 28.2)"
324
- },
325
- {
326
- "Year": "2019",
327
- "State": "KY",
328
- "State_Long": "Kentucky",
329
- "Total": "37.2",
330
- "Total_CI_low": "34.3",
331
- "Total_CI_high": "40.1",
332
- "Total_Formatted": "37.2 (CI 34.3, 40.1)",
333
- "Female": "46.7",
334
- "Female_CI_low": "43.3",
335
- "Female_CI_high": "50.2",
336
- "Female_Formatted": "46.7 (CI 43.3, 50.2)",
337
- "Male": "27.8",
338
- "Male_CI_low": "23.9",
339
- "Male_CI_high": "32.1",
340
- "Male_Formatted": "27.8 (CI 23.9, 32.1)"
341
- },
342
- {
343
- "Year": "2019",
344
- "State": "LA",
345
- "State_Long": "Louisiana",
346
- "Total": "37",
347
- "Total_CI_low": "33.7",
348
- "Total_CI_high": "40.3",
349
- "Total_Formatted": "37 (CI 33.7, 40.3)",
350
- "Female": "45.5",
351
- "Female_CI_low": "39.9",
352
- "Female_CI_high": "51.3",
353
- "Female_Formatted": "45.5 (CI 39.9, 51.3)",
354
- "Male": "28.4",
355
- "Male_CI_low": "24.6",
356
- "Male_CI_high": "32.5",
357
- "Male_Formatted": "28.4 (CI 24.6, 32.5)"
358
- },
359
- {
360
- "Year": "2019",
361
- "State": "ME",
362
- "State_Long": "Maine",
363
- "Total": "31.4",
364
- "Total_CI_low": "29.2",
365
- "Total_CI_high": "33.8",
366
- "Total_Formatted": "31.4 (CI 29.2, 33.8)",
367
- "Female": "41",
368
- "Female_CI_low": "37.9",
369
- "Female_CI_high": "44.2",
370
- "Female_Formatted": "41 (CI 37.9, 44.2)",
371
- "Male": "22.2",
372
- "Male_CI_low": "20.5",
373
- "Male_CI_high": "23.9",
374
- "Male_Formatted": "22.2 (CI 20.5, 23.9)"
375
- },
376
- {
377
- "Year": "2019",
378
- "State": "MD",
379
- "State_Long": "Maryland",
380
- "Total": "32",
381
- "Total_CI_low": "30.9",
382
- "Total_CI_high": "33.1",
383
- "Total_Formatted": "32 (CI 30.9, 33.1)",
384
- "Female": "40.6",
385
- "Female_CI_low": "39.3",
386
- "Female_CI_high": "41.8",
387
- "Female_Formatted": "40.6 (CI 39.3, 41.8)",
388
- "Male": "23.5",
389
- "Male_CI_low": "22.2",
390
- "Male_CI_high": "24.8",
391
- "Male_Formatted": "23.5 (CI 22.2, 24.8)"
392
- },
393
- {
394
- "Year": "2019",
395
- "State": "MA",
396
- "State_Long": "Massachusetts",
397
- "Total": "33.8",
398
- "Total_CI_low": "30.8",
399
- "Total_CI_high": "37",
400
- "Total_Formatted": "33.8 (CI 30.8, 37.0)",
401
- "Female": "41.1",
402
- "Female_CI_low": "36.3",
403
- "Female_CI_high": "46.1",
404
- "Female_Formatted": "41.1 (CI 36.3, 46.1)",
405
- "Male": "26.4",
406
- "Male_CI_low": "23.7",
407
- "Male_CI_high": "29.2",
408
- "Male_Formatted": "26.4 (CI 23.7, 29.2)"
409
- },
410
- {
411
- "Year": "2019",
412
- "State": "MI",
413
- "State_Long": "Michigan",
414
- "Total": "36.4",
415
- "Total_CI_low": "33.6",
416
- "Total_CI_high": "39.3",
417
- "Total_Formatted": "36.4 (CI 33.6, 39.3)",
418
- "Female": "46.4",
419
- "Female_CI_low": "42.5",
420
- "Female_CI_high": "50.4",
421
- "Female_Formatted": "46.4 (CI 42.5, 50.4)",
422
- "Male": "26.4",
423
- "Male_CI_low": "24.1",
424
- "Male_CI_high": "28.9",
425
- "Male_Formatted": "26.4 (CI 24.1, 28.9)"
426
- },
427
- {
428
- "Year": "2019",
429
- "State": "MS",
430
- "State_Long": "Mississippi",
431
- "Total": "35.7",
432
- "Total_CI_low": "33.2",
433
- "Total_CI_high": "38.2",
434
- "Total_Formatted": "35.7 (CI 33.2, 38.2)",
435
- "Female": "44.4",
436
- "Female_CI_low": "41.1",
437
- "Female_CI_high": "47.8",
438
- "Female_Formatted": "44.4 (CI 41.1, 47.8)",
439
- "Male": "26.6",
440
- "Male_CI_low": "23.1",
441
- "Male_CI_high": "30.3",
442
- "Male_Formatted": "26.6 (CI 23.1, 30.3)"
443
- },
444
- {
445
- "Year": "2019",
446
- "State": "MO",
447
- "State_Long": "Missouri",
448
- "Total": "32.7",
449
- "Total_CI_low": "29.3",
450
- "Total_CI_high": "36.2",
451
- "Total_Formatted": "32.7 (CI 29.3, 36.2)",
452
- "Female": "41.3",
453
- "Female_CI_low": "36.6",
454
- "Female_CI_high": "46.3",
455
- "Female_Formatted": "41.3 (CI 36.6, 46.3)",
456
- "Male": "24",
457
- "Male_CI_low": "20.8",
458
- "Male_CI_high": "27.4",
459
- "Male_Formatted": "24 (CI 20.8, 27.4)"
460
- },
461
- {
462
- "Year": "2019",
463
- "State": "MT",
464
- "State_Long": "Montana",
465
- "Total": "36.7",
466
- "Total_CI_low": "34.9",
467
- "Total_CI_high": "38.6",
468
- "Total_Formatted": "36.7 (CI 34.9, 38.6)",
469
- "Female": "46",
470
- "Female_CI_low": "43.3",
471
- "Female_CI_high": "48.7",
472
- "Female_Formatted": "46 (CI 43.3, 48.7)",
473
- "Male": "27.5",
474
- "Male_CI_low": "25.7",
475
- "Male_CI_high": "29.4",
476
- "Male_Formatted": "27.5 (CI 25.7, 29.4)"
477
- },
478
- {
479
- "Year": "2019",
480
- "State": "NE",
481
- "State_Long": "Nebraska",
482
- "Total": "32",
483
- "Total_CI_low": "28.9",
484
- "Total_CI_high": "35.3",
485
- "Total_Formatted": "32 (CI 28.9, 35.3)",
486
- "Female": "43",
487
- "Female_CI_low": "37.9",
488
- "Female_CI_high": "48.1",
489
- "Female_Formatted": "43 (CI 37.9, 48.1)",
490
- "Male": "21.1",
491
- "Male_CI_low": "17.1",
492
- "Male_CI_high": "25.7",
493
- "Male_Formatted": "21.1 (CI 17.1, 25.7)"
494
- },
495
- {
496
- "Year": "2019",
497
- "State": "NV",
498
- "State_Long": "Nevada",
499
- "Total": "42.5",
500
- "Total_CI_low": "39.4",
501
- "Total_CI_high": "45.7",
502
- "Total_Formatted": "42.5 (CI 39.4, 45.7)",
503
- "Female": "52.2",
504
- "Female_CI_low": "48.4",
505
- "Female_CI_high": "56",
506
- "Female_Formatted": "52.2 (CI 48.4, 56.0)",
507
- "Male": "33.3",
508
- "Male_CI_low": "28.4",
509
- "Male_CI_high": "38.5",
510
- "Male_Formatted": "33.3 (CI 28.4, 38.5)"
511
- },
512
- {
513
- "Year": "2019",
514
- "State": "NH",
515
- "State_Long": "New Hampshire",
516
- "Total": "33.6",
517
- "Total_CI_low": "32.6",
518
- "Total_CI_high": "34.6",
519
- "Total_Formatted": "33.6 (CI 32.6, 34.6)",
520
- "Female": "43.9",
521
- "Female_CI_low": "42.4",
522
- "Female_CI_high": "45.4",
523
- "Female_Formatted": "43.9 (CI 42.4, 45.4)",
524
- "Male": "23.8",
525
- "Male_CI_low": "22.6",
526
- "Male_CI_high": "25",
527
- "Male_Formatted": "23.8 (CI 22.6, 25.0)"
528
- },
529
- {
530
- "Year": "2019",
531
- "State": "NJ",
532
- "State_Long": "New Jersey",
533
- "Total": "35.8",
534
- "Total_CI_low": "33",
535
- "Total_CI_high": "38.7",
536
- "Total_Formatted": "35.8 (CI 33.0, 38.7)",
537
- "Female": "45.4",
538
- "Female_CI_low": "40.1",
539
- "Female_CI_high": "50.8",
540
- "Female_Formatted": "45.4 (CI 40.1, 50.8)",
541
- "Male": "26.5",
542
- "Male_CI_low": "22.9",
543
- "Male_CI_high": "30.6",
544
- "Male_Formatted": "26.5 (CI 22.9, 30.6)"
545
- },
546
- {
547
- "Year": "2019",
548
- "State": "NM",
549
- "State_Long": "New Mexico",
550
- "Total": "40.4",
551
- "Total_CI_low": "38.1",
552
- "Total_CI_high": "42.8",
553
- "Total_Formatted": "40.4 (CI 38.1, 42.8)",
554
- "Female": "50.7",
555
- "Female_CI_low": "48",
556
- "Female_CI_high": "53.4",
557
- "Female_Formatted": "50.7 (CI 48.0, 53.4)",
558
- "Male": "30.3",
559
- "Male_CI_low": "28.2",
560
- "Male_CI_high": "32.6",
561
- "Male_Formatted": "30.3 (CI 28.2, 32.6)"
562
- },
563
- {
564
- "Year": "2019",
565
- "State": "NYA",
566
- "State_Long": "New York (Excluding New York City)",
567
- "Total": "34.6",
568
- "Total_CI_low": "30.8",
569
- "Total_CI_high": "38.7",
570
- "Total_Formatted": "34.6 (CI 30.8, 38.7)",
571
- "Female": "44",
572
- "Female_CI_low": "39.4",
573
- "Female_CI_high": "48.7",
574
- "Female_Formatted": "44 (CI 39.4, 48.7)",
575
- "Male": "24.7",
576
- "Male_CI_low": "21.2",
577
- "Male_CI_high": "28.6",
578
- "Male_Formatted": "24.7 (CI 21.2, 28.6)"
579
- },
580
- {
581
- "Year": "2019",
582
- "State": "NC",
583
- "State_Long": "North Carolina",
584
- "Total": "36.3",
585
- "Total_CI_low": "33.5",
586
- "Total_CI_high": "39.3",
587
- "Total_Formatted": "36.3 (CI 33.5, 39.3)",
588
- "Female": "45.4",
589
- "Female_CI_low": "41.7",
590
- "Female_CI_high": "49.1",
591
- "Female_Formatted": "45.4 (CI 41.7, 49.1)",
592
- "Male": "27.4",
593
- "Male_CI_low": "23.3",
594
- "Male_CI_high": "31.9",
595
- "Male_Formatted": "27.4 (CI 23.3, 31.9)"
596
- },
597
- {
598
- "Year": "2019",
599
- "State": "ND",
600
- "State_Long": "North Dakota",
601
- "Total": "30.5",
602
- "Total_CI_low": "28.2",
603
- "Total_CI_high": "33",
604
- "Total_Formatted": "30.5 (CI 28.2, 33.0)",
605
- "Female": "40.8",
606
- "Female_CI_low": "36.6",
607
- "Female_CI_high": "45.2",
608
- "Female_Formatted": "40.8 (CI 36.6, 45.2)",
609
- "Male": "20.3",
610
- "Male_CI_low": "18.2",
611
- "Male_CI_high": "22.6",
612
- "Male_Formatted": "20.3 (CI 18.2, 22.6)"
613
- },
614
- {
615
- "Year": "2019",
616
- "State": "MP",
617
- "State_Long": "Northern Mariana Islands",
618
- "Total": "47.7",
619
- "Total_CI_low": "45.9",
620
- "Total_CI_high": "49.5",
621
- "Total_Formatted": "47.7 (CI 45.9, 49.5)",
622
- "Female": "58.6",
623
- "Female_CI_low": "56",
624
- "Female_CI_high": "61.2",
625
- "Female_Formatted": "58.6 (CI 56.0, 61.2)",
626
- "Male": "37.4",
627
- "Male_CI_low": "34.9",
628
- "Male_CI_high": "39.9",
629
- "Male_Formatted": "37.4 (CI 34.9, 39.9)"
630
- },
631
- {
632
- "Year": "2019",
633
- "State": "OH",
634
- "State_Long": "Ohio",
635
- "Total": "33",
636
- "Total_CI_low": "27.9",
637
- "Total_CI_high": "38.6",
638
- "Total_Formatted": "33 (CI 27.9, 38.6)",
639
- "Female": "43.8",
640
- "Female_CI_low": "37.3",
641
- "Female_CI_high": "50.6",
642
- "Female_Formatted": "43.8 (CI 37.3, 50.6)",
643
- "Male": "22.4",
644
- "Male_CI_low": "17.7",
645
- "Male_CI_high": "27.9",
646
- "Male_Formatted": "22.4 (CI 17.7, 27.9)"
647
- },
648
- {
649
- "Year": "2019",
650
- "State": "OK",
651
- "State_Long": "Oklahoma",
652
- "Total": "38.6",
653
- "Total_CI_low": "35.5",
654
- "Total_CI_high": "41.7",
655
- "Total_Formatted": "38.6 (CI 35.5, 41.7)",
656
- "Female": "47.8",
657
- "Female_CI_low": "43.7",
658
- "Female_CI_high": "52",
659
- "Female_Formatted": "47.8 (CI 43.7, 52.0)",
660
- "Male": "29.8",
661
- "Male_CI_low": "26.4",
662
- "Male_CI_high": "33.4",
663
- "Male_Formatted": "29.8 (CI 26.4, 33.4)"
664
- },
665
- {
666
- "Year": "2019",
667
- "State": "PW",
668
- "State_Long": "Palau",
669
- "Total": "Not Available",
670
- "Total_CI_low": "Not Available",
671
- "Total_CI_high": "Not Available",
672
- "Total_Formatted": "Not Available",
673
- "Female": "Not Available",
674
- "Female_CI_low": "Not Available",
675
- "Female_CI_high": "Not Available",
676
- "Female_Formatted": "Not Available",
677
- "Male": "Not Available",
678
- "Male_CI_low": "Not Available",
679
- "Male_CI_high": "Not Available",
680
- "Male_Formatted": "Not Available"
681
- },
682
- {
683
- "Year": "2019",
684
- "State": "PA",
685
- "State_Long": "Pennsylvania",
686
- "Total": "34.5",
687
- "Total_CI_low": "32.4",
688
- "Total_CI_high": "36.6",
689
- "Total_Formatted": "34.5 (CI 32.4, 36.6)",
690
- "Female": "45.1",
691
- "Female_CI_low": "42.2",
692
- "Female_CI_high": "48.1",
693
- "Female_Formatted": "45.1 (CI 42.2, 48.1)",
694
- "Male": "24.3",
695
- "Male_CI_low": "22",
696
- "Male_CI_high": "26.8",
697
- "Male_Formatted": "24.3 (CI 22.0, 26.8)"
698
- },
699
- {
700
- "Year": "2019",
701
- "State": "PR",
702
- "State_Long": "Puerto Rico",
703
- "Total": "34.9",
704
- "Total_CI_low": "32.2",
705
- "Total_CI_high": "37.8",
706
- "Total_Formatted": "34.9 (CI 32.2, 37.8)",
707
- "Female": "43.8",
708
- "Female_CI_low": "40.3",
709
- "Female_CI_high": "47.3",
710
- "Female_Formatted": "43.8 (CI 40.3, 47.3)",
711
- "Male": "25.4",
712
- "Male_CI_low": "22.2",
713
- "Male_CI_high": "28.9",
714
- "Male_Formatted": "25.4 (CI 22.2, 28.9)"
715
- },
716
- {
717
- "Year": "2019",
718
- "State": "RI",
719
- "State_Long": "Rhode Island",
720
- "Total": "32.3",
721
- "Total_CI_low": "28.9",
722
- "Total_CI_high": "35.9",
723
- "Total_Formatted": "32.3 (CI 28.9, 35.9)",
724
- "Female": "40.6",
725
- "Female_CI_low": "36.8",
726
- "Female_CI_high": "44.6",
727
- "Female_Formatted": "40.6 (CI 36.8, 44.6)",
728
- "Male": "23.9",
729
- "Male_CI_low": "20.2",
730
- "Male_CI_high": "28.1",
731
- "Male_Formatted": "23.9 (CI 20.2, 28.1)"
732
- },
733
- {
734
- "Year": "2019",
735
- "State": "SC",
736
- "State_Long": "South Carolina",
737
- "Total": "39",
738
- "Total_CI_low": "35.2",
739
- "Total_CI_high": "42.9",
740
- "Total_Formatted": "39 (CI 35.2, 42.9)",
741
- "Female": "48",
742
- "Female_CI_low": "44",
743
- "Female_CI_high": "52",
744
- "Female_Formatted": "48 (CI 44.0, 52.0)",
745
- "Male": "29.6",
746
- "Male_CI_low": "24.9",
747
- "Male_CI_high": "34.8",
748
- "Male_Formatted": "29.6 (CI 24.9, 34.8)"
749
- },
750
- {
751
- "Year": "2019",
752
- "State": "SD",
753
- "State_Long": "South Dakota",
754
- "Total": "35.7",
755
- "Total_CI_low": "31.5",
756
- "Total_CI_high": "40.1",
757
- "Total_Formatted": "35.7 (CI 31.5, 40.1)",
758
- "Female": "45.3",
759
- "Female_CI_low": "40.7",
760
- "Female_CI_high": "50",
761
- "Female_Formatted": "45.3 (CI 40.7, 50.0)",
762
- "Male": "26.5",
763
- "Male_CI_low": "21.8",
764
- "Male_CI_high": "31.8",
765
- "Male_Formatted": "26.5 (CI 21.8, 31.8)"
766
- },
767
- {
768
- "Year": "2019",
769
- "State": "TN",
770
- "State_Long": "Tennessee",
771
- "Total": "37.5",
772
- "Total_CI_low": "33.8",
773
- "Total_CI_high": "41.5",
774
- "Total_Formatted": "37.5 (CI 33.8, 41.5)",
775
- "Female": "47.1",
776
- "Female_CI_low": "43",
777
- "Female_CI_high": "51.3",
778
- "Female_Formatted": "47.1 (CI 43.0, 51.3)",
779
- "Male": "27.9",
780
- "Male_CI_low": "23.4",
781
- "Male_CI_high": "32.8",
782
- "Male_Formatted": "27.9 (CI 23.4, 32.8)"
783
- },
784
- {
785
- "Year": "2019",
786
- "State": "TX",
787
- "State_Long": "Texas",
788
- "Total": "38.3",
789
- "Total_CI_low": "35.4",
790
- "Total_CI_high": "41.3",
791
- "Total_Formatted": "38.3 (CI 35.4, 41.3)",
792
- "Female": "48.6",
793
- "Female_CI_low": "44.4",
794
- "Female_CI_high": "52.8",
795
- "Female_Formatted": "48.6 (CI 44.4, 52.8)",
796
- "Male": "28.3",
797
- "Male_CI_low": "25.3",
798
- "Male_CI_high": "31.4",
799
- "Male_Formatted": "28.3 (CI 25.3, 31.4)"
800
- },
801
- {
802
- "Year": "2019",
803
- "State": "UT",
804
- "State_Long": "Utah",
805
- "Total": "36.7",
806
- "Total_CI_low": "33.2",
807
- "Total_CI_high": "40.4",
808
- "Total_Formatted": "36.7 (CI 33.2, 40.4)",
809
- "Female": "45.7",
810
- "Female_CI_low": "40.7",
811
- "Female_CI_high": "50.7",
812
- "Female_Formatted": "45.7 (CI 40.7, 50.7)",
813
- "Male": "28.1",
814
- "Male_CI_low": "23.3",
815
- "Male_CI_high": "33.4",
816
- "Male_Formatted": "28.1 (CI 23.3, 33.4)"
817
- },
818
- {
819
- "Year": "2019",
820
- "State": "VT",
821
- "State_Long": "Vermont",
822
- "Total": "30.9",
823
- "Total_CI_low": "30.2",
824
- "Total_CI_high": "31.6",
825
- "Total_Formatted": "30.9 (CI 30.2, 31.6)",
826
- "Female": "40.3",
827
- "Female_CI_low": "39.3",
828
- "Female_CI_high": "41.4",
829
- "Female_Formatted": "40.3 (CI 39.3, 41.4)",
830
- "Male": "22",
831
- "Male_CI_low": "21.2",
832
- "Male_CI_high": "22.9",
833
- "Male_Formatted": "22 (CI 21.2, 22.9)"
834
- },
835
- {
836
- "Year": "2019",
837
- "State": "VA",
838
- "State_Long": "Virginia",
839
- "Total": "32.4",
840
- "Total_CI_low": "30.5",
841
- "Total_CI_high": "34.4",
842
- "Total_Formatted": "32.4 (CI 30.5, 34.4)",
843
- "Female": "41.7",
844
- "Female_CI_low": "39",
845
- "Female_CI_high": "44.4",
846
- "Female_Formatted": "41.7 (CI 39.0, 44.4)",
847
- "Male": "24",
848
- "Male_CI_low": "21.8",
849
- "Male_CI_high": "26.3",
850
- "Male_Formatted": "24 (CI 21.8, 26.3)"
851
- },
852
- {
853
- "Year": "2019",
854
- "State": "WV",
855
- "State_Long": "West Virginia",
856
- "Total": "36.4",
857
- "Total_CI_low": "34.5",
858
- "Total_CI_high": "38.3",
859
- "Total_Formatted": "36.4 (CI 34.5, 38.3)",
860
- "Female": "43.6",
861
- "Female_CI_low": "39.5",
862
- "Female_CI_high": "47.8",
863
- "Female_Formatted": "43.6 (CI 39.5, 47.8)",
864
- "Male": "29.5",
865
- "Male_CI_low": "26.5",
866
- "Male_CI_high": "32.6",
867
- "Male_Formatted": "29.5 (CI 26.5, 32.6)"
868
- },
869
- {
870
- "Year": "2019",
871
- "State": "WI",
872
- "State_Long": "Wisconsin",
873
- "Total": "28.5",
874
- "Total_CI_low": "26.5",
875
- "Total_CI_high": "30.5",
876
- "Total_Formatted": "28.5 (CI 26.5, 30.5)",
877
- "Female": "37.1",
878
- "Female_CI_low": "33.4",
879
- "Female_CI_high": "40.8",
880
- "Female_Formatted": "37.1 (CI 33.4, 40.8)",
881
- "Male": "20.4",
882
- "Male_CI_low": "18.8",
883
- "Male_CI_high": "22.2",
884
- "Male_Formatted": "20.4 (CI 18.8, 22.2)"
885
- },
886
- {
887
- "Year": "2021",
888
- "State": "XX",
889
- "State_Long": "United States",
890
- "Total": "42.3",
891
- "Total_CI_low": "41",
892
- "Total_CI_high": "43.7",
893
- "Total_Formatted": "42.3 (CI 41.0, 43.7)",
894
- "Female": "56.6",
895
- "Female_CI_low": "54.6",
896
- "Female_CI_high": "58.5",
897
- "Female_Formatted": "56.6 (CI 54.6, 58.5)",
898
- "Male": "28.6",
899
- "lower": "27.1",
900
- "upper": "30",
901
- "Male_Formatted": "28.6 (CI 27.1, 30.0)"
902
- },
903
- {
904
- "Year": "2021",
905
- "State": "AL",
906
- "State_Long": "Alabama",
907
- "Total": "36.9",
908
- "Total_CI_low": "29.7",
909
- "Total_CI_high": "44.8",
910
- "Total_Formatted": "36.9 (CI 29.7, 44.8)",
911
- "Female": "46",
912
- "Female_CI_low": "38.3",
913
- "Female_CI_high": "53.9",
914
- "Female_Formatted": "46 (CI 38.3, 53.9)",
915
- "Male": "27.4",
916
- "lower": "17.3",
917
- "upper": "40.5",
918
- "Male_Formatted": "27.4 (CI 17.3, 40.5)"
919
- },
920
- {
921
- "Year": "2021",
922
- "State": "AK",
923
- "State_Long": "Alaska",
924
- "Total": "Not Available",
925
- "Total_CI_low": "Not Available",
926
- "Total_CI_high": "Not Available",
927
- "Total_Formatted": "Not Available",
928
- "Female": "Not Available",
929
- "Female_CI_low": "Not Available",
930
- "Female_CI_high": "Not Available",
931
- "Female_Formatted": "Not Available",
932
- "Male": "Not Available",
933
- "Male_CI_low": "Not Available",
934
- "Male_CI_high": "Not Available",
935
- "Male_Formatted": "Not Available"
936
- },
937
- {
938
- "Year": "2021",
939
- "State": "AS",
940
- "State_Long": "American Samoa",
941
- "Total": "Not Available",
942
- "Total_CI_low": "Not Available",
943
- "Total_CI_high": "Not Available",
944
- "Total_Formatted": "Not Available",
945
- "Female": "Not Available",
946
- "Female_CI_low": "Not Available",
947
- "Female_CI_high": "Not Available",
948
- "Female_Formatted": "Not Available",
949
- "Male": "Not Available",
950
- "Male_CI_low": "Not Available",
951
- "Male_CI_high": "Not Available",
952
- "Male_Formatted": "Not Available"
953
- },
954
- {
955
- "Year": "2021",
956
- "State": "AZ",
957
- "State_Long": "Arizona",
958
- "Total": "Not Available",
959
- "Total_CI_low": "Not Available",
960
- "Total_CI_high": "Not Available",
961
- "Total_Formatted": "Not Available",
962
- "Female": "Not Available",
963
- "Female_CI_low": "Not Available",
964
- "Female_CI_high": "Not Available",
965
- "Female_Formatted": "Not Available",
966
- "Male": "Not Available",
967
- "Male_CI_low": "Not Available",
968
- "Male_CI_high": "Not Available",
969
- "Male_Formatted": "Not Available"
970
- },
971
- {
972
- "Year": "2021",
973
- "State": "AR",
974
- "State_Long": "Arkansas",
975
- "Total": "42.9",
976
- "Total_CI_low": "39.3",
977
- "Total_CI_high": "46.5",
978
- "Total_Formatted": "42.9 (CI 39.3, 46.5)",
979
- "Female": "53.9",
980
- "Female_CI_low": "49.1",
981
- "Female_CI_high": "58.6",
982
- "Female_Formatted": "53.9 (CI 49.1, 58.6)",
983
- "Male": "30.9",
984
- "Male_CI_low": "27.1",
985
- "Male_CI_high": "34.9",
986
- "Male_Formatted": "30.9 (CI 27.1, 34.9)"
987
- },
988
- {
989
- "Year": "2021",
990
- "State": "CA",
991
- "State_Long": "California",
992
- "Total": "Not Available",
993
- "Total_CI_low": "Not Available",
994
- "Total_CI_high": "Not Available",
995
- "Total_Formatted": "Not Available",
996
- "Female": "Not Available",
997
- "Female_CI_low": "Not Available",
998
- "Female_CI_high": "Not Available",
999
- "Female_Formatted": "Not Available",
1000
- "Male": "Not Available",
1001
- "Male_CI_low": "Not Available",
1002
- "Male_CI_high": "Not Available",
1003
- "Male_Formatted": "Not Available"
1004
- },
1005
- {
1006
- "Year": "2021",
1007
- "State": "CO",
1008
- "State_Long": "Colorado",
1009
- "Total": "41.7",
1010
- "Total_CI_low": "36.6",
1011
- "Total_CI_high": "47",
1012
- "Total_Formatted": "41.7 (CI 36.6, 47.0)",
1013
- "Female": "49.4",
1014
- "Female_CI_low": "42",
1015
- "Female_CI_high": "56.9",
1016
- "Female_Formatted": "49.4 (CI 42.0, 56.9)",
1017
- "Male": "34.2",
1018
- "Male_CI_low": "27.7",
1019
- "Male_CI_high": "41.3",
1020
- "Male_Formatted": "34.2 (CI 27.7, 41.3)"
1021
- },
1022
- {
1023
- "Year": "2021",
1024
- "State": "CT",
1025
- "State_Long": "Connecticut",
1026
- "Total": "35.6",
1027
- "Total_CI_low": "31.8",
1028
- "Total_CI_high": "39.7",
1029
- "Total_Formatted": "35.6 (CI 31.8, 39.7)",
1030
- "Female": "47.6",
1031
- "Female_CI_low": "41.1",
1032
- "Female_CI_high": "54.2",
1033
- "Female_Formatted": "47.6 (CI 41.1, 54.2)",
1034
- "Male": "24.2",
1035
- "Male_CI_low": "20.8",
1036
- "Male_CI_high": "28",
1037
- "Male_Formatted": "24.2 (CI 20.8, 28.0)"
1038
- },
1039
- {
1040
- "Year": "2021",
1041
- "State": "DE",
1042
- "State_Long": "Delaware",
1043
- "Total": "36.9",
1044
- "Total_CI_low": "34.2",
1045
- "Total_CI_high": "39.7",
1046
- "Total_Formatted": "36.9 (CI 34.2, 39.7)",
1047
- "Female": "50.2",
1048
- "Female_CI_low": "47.3",
1049
- "Female_CI_high": "53.2",
1050
- "Female_Formatted": "50.2 (CI 47.3, 53.2)",
1051
- "Male": "23.3",
1052
- "Male_CI_low": "19.8",
1053
- "Male_CI_high": "27.2",
1054
- "Male_Formatted": "23.3 (CI 19.8, 27.2)"
1055
- },
1056
- {
1057
- "Year": "2021",
1058
- "State": "FL",
1059
- "State_Long": "Florida",
1060
- "Total": "39.3",
1061
- "Total_CI_low": "36.9",
1062
- "Total_CI_high": "41.8",
1063
- "Total_Formatted": "39.3 (CI 36.9, 41.8)",
1064
- "Female": "51.6",
1065
- "Female_CI_low": "47.8",
1066
- "Female_CI_high": "55.3",
1067
- "Female_Formatted": "51.6 (CI 47.8, 55.3)",
1068
- "Male": "27.3",
1069
- "Male_CI_low": "25.3",
1070
- "Male_CI_high": "29.5",
1071
- "Male_Formatted": "27.3 (CI 25.3, 29.5)"
1072
- },
1073
- {
1074
- "Year": "2021",
1075
- "State": "GA",
1076
- "State_Long": "Georgia",
1077
- "Total": "43.5",
1078
- "Total_CI_low": "33",
1079
- "Total_CI_high": "54.7",
1080
- "Total_Formatted": "43.5 (CI 33.0, 54.7)",
1081
- "Female": "56.7",
1082
- "Female_CI_low": "49.8",
1083
- "Female_CI_high": "63.4",
1084
- "Female_Formatted": "56.7 (CI 49.8, 63.4)",
1085
- "Male": "29.8",
1086
- "Male_CI_low": "23.8",
1087
- "Male_CI_high": "36.6",
1088
- "Male_Formatted": "29.8 (CI 23.8, 36.6)"
1089
- },
1090
- {
1091
- "Year": "2021",
1092
- "State": "GU",
1093
- "State_Long": "Guam",
1094
- "Total": "Not Available",
1095
- "Total_CI_low": "Not Available",
1096
- "Total_CI_high": "Not Available",
1097
- "Total_Formatted": "Not Available",
1098
- "Female": "Not Available",
1099
- "Female_CI_low": "Not Available",
1100
- "Female_CI_high": "Not Available",
1101
- "Female_Formatted": "Not Available",
1102
- "Male": "Not Available",
1103
- "Male_CI_low": "Not Available",
1104
- "Male_CI_high": "Not Available",
1105
- "Male_Formatted": "Not Available"
1106
- },
1107
- {
1108
- "Year": "2021",
1109
- "State": "HI",
1110
- "State_Long": "Hawaii",
1111
- "Total": "34.8",
1112
- "Total_CI_low": "32.4",
1113
- "Total_CI_high": "37.3",
1114
- "Total_Formatted": "34.8 (CI 32.4, 37.3)",
1115
- "Female": "46.9",
1116
- "Female_CI_low": "44.3",
1117
- "Female_CI_high": "49.5",
1118
- "Female_Formatted": "46.9 (CI 44.3, 49.5)",
1119
- "Male": "23.4",
1120
- "Male_CI_low": "20.4",
1121
- "Male_CI_high": "26.7",
1122
- "Male_Formatted": "23.4 (CI 20.4, 26.7)"
1123
- },
1124
- {
1125
- "Year": "2021",
1126
- "State": "ID",
1127
- "State_Long": "Idaho",
1128
- "Total": "44.8",
1129
- "Total_CI_low": "41.7",
1130
- "Total_CI_high": "47.8",
1131
- "Total_Formatted": "44.8 (CI 41.7, 47.8)",
1132
- "Female": "54.8",
1133
- "Female_CI_low": "51.5",
1134
- "Female_CI_high": "58",
1135
- "Female_Formatted": "54.8 (CI 51.5, 58.0)",
1136
- "Male": "33",
1137
- "Male_CI_low": "28.5",
1138
- "Male_CI_high": "37.9",
1139
- "Male_Formatted": "33 (CI 28.5, 37.9)"
1140
- },
1141
- {
1142
- "Year": "2021",
1143
- "State": "IL",
1144
- "State_Long": "Illinois",
1145
- "Total": "42.1",
1146
- "Total_CI_low": "39.6",
1147
- "Total_CI_high": "44.6",
1148
- "Total_Formatted": "42.1 (CI 39.6, 44.6)",
1149
- "Female": "56.2",
1150
- "Female_CI_low": "53.1",
1151
- "Female_CI_high": "59.3",
1152
- "Female_Formatted": "56.2 (CI 53.1, 59.3)",
1153
- "Male": "27.7",
1154
- "Male_CI_low": "25",
1155
- "Male_CI_high": "30.6",
1156
- "Male_Formatted": "27.7 (CI 25.0, 30.6)"
1157
- },
1158
- {
1159
- "Year": "2021",
1160
- "State": "IN",
1161
- "State_Long": "Indiana",
1162
- "Total": "46.9",
1163
- "Total_CI_low": "42.7",
1164
- "Total_CI_high": "51.1",
1165
- "Total_Formatted": "46.9 (CI 42.7, 51.1)",
1166
- "Female": "60.4",
1167
- "Female_CI_low": "54.8",
1168
- "Female_CI_high": "65.8",
1169
- "Female_Formatted": "60.4 (CI 54.8, 65.8)",
1170
- "Male": "34.1",
1171
- "Male_CI_low": "30.2",
1172
- "Male_CI_high": "38.2",
1173
- "Male_Formatted": "34.1 (CI 30.2, 38.2)"
1174
- },
1175
- {
1176
- "Year": "2021",
1177
- "State": "IA",
1178
- "State_Long": "Iowa",
1179
- "Total": "39.1",
1180
- "Total_CI_low": "35",
1181
- "Total_CI_high": "43.2",
1182
- "Total_Formatted": "39.1 (CI 35.0, 43.2)",
1183
- "Female": "49.5",
1184
- "Female_CI_low": "45.1",
1185
- "Female_CI_high": "54",
1186
- "Female_Formatted": "49.5 (CI 45.1, 54.0)",
1187
- "Male": "27.5",
1188
- "Male_CI_low": "22.2",
1189
- "Male_CI_high": "33.4",
1190
- "Male_Formatted": "27.5 (CI 22.2, 33.4)"
1191
- },
1192
- {
1193
- "Year": "2021",
1194
- "State": "KS",
1195
- "State_Long": "Kansas",
1196
- "Total": "37.7",
1197
- "Total_CI_low": "34.9",
1198
- "Total_CI_high": "40.7",
1199
- "Total_Formatted": "37.7 (CI 34.9, 40.7)",
1200
- "Female": "47.7",
1201
- "Female_CI_low": "43.1",
1202
- "Female_CI_high": "52.4",
1203
- "Female_Formatted": "47.7 (CI 43.1, 52.4)",
1204
- "Male": "26.9",
1205
- "Male_CI_low": "23.4",
1206
- "Male_CI_high": "30.8",
1207
- "Male_Formatted": "26.9 (CI 23.4, 30.8)"
1208
- },
1209
- {
1210
- "Year": "2021",
1211
- "State": "KY",
1212
- "State_Long": "Kentucky",
1213
- "Total": "39.2",
1214
- "Total_CI_low": "36.1",
1215
- "Total_CI_high": "42.4",
1216
- "Total_Formatted": "39.2 (CI 36.1, 42.4)",
1217
- "Female": "51.6",
1218
- "Female_CI_low": "47.5",
1219
- "Female_CI_high": "55.7",
1220
- "Female_Formatted": "51.6 (CI 47.5, 55.7)",
1221
- "Male": "26.9",
1222
- "Male_CI_low": "23.2",
1223
- "Male_CI_high": "30.8",
1224
- "Male_Formatted": "26.9 (CI 23.2, 30.8)"
1225
- },
1226
- {
1227
- "Year": "2021",
1228
- "State": "LA",
1229
- "State_Long": "Louisiana",
1230
- "Total": "47.5",
1231
- "Total_CI_low": "41.1",
1232
- "Total_CI_high": "54",
1233
- "Total_Formatted": "47.5 (CI 41.1, 54.0)",
1234
- "Female": "59.6",
1235
- "Female_CI_low": "52.4",
1236
- "Female_CI_high": "66.5",
1237
- "Female_Formatted": "59.6 (CI 52.4, 66.5)",
1238
- "Male": "35.7",
1239
- "Male_CI_low": "25.8",
1240
- "Male_CI_high": "46.9",
1241
- "Male_Formatted": "35.7 (CI 25.8, 46.9)"
1242
- },
1243
- {
1244
- "Year": "2021",
1245
- "State": "ME",
1246
- "State_Long": "Maine",
1247
- "Total": "37.9",
1248
- "Total_CI_low": "36.3",
1249
- "Total_CI_high": "39.5",
1250
- "Total_Formatted": "37.9 (CI 36.3, 39.5)",
1251
- "Female": "50",
1252
- "Female_CI_low": "48",
1253
- "Female_CI_high": "52",
1254
- "Female_Formatted": "50 (CI 48.0, 52.0)",
1255
- "Male": "26.1",
1256
- "Male_CI_low": "24.3",
1257
- "Male_CI_high": "28.1",
1258
- "Male_Formatted": "26.1 (CI 24.3, 28.1)"
1259
- },
1260
- {
1261
- "Year": "2021",
1262
- "State": "MD",
1263
- "State_Long": "Maryland",
1264
- "Total": "39.2",
1265
- "Total_CI_low": "38.3",
1266
- "Total_CI_high": "40.2",
1267
- "Total_Formatted": "39.2 (CI 38.3, 40.2)",
1268
- "Female": "50.8",
1269
- "Female_CI_low": "49.4",
1270
- "Female_CI_high": "52.1",
1271
- "Female_Formatted": "50.8 (CI 49.4, 52.1)",
1272
- "Male": "27.3",
1273
- "Male_CI_low": "26.2",
1274
- "Male_CI_high": "28.5",
1275
- "Male_Formatted": "27.3 (CI 26.2, 28.5)"
1276
- },
1277
- {
1278
- "Year": "2021",
1279
- "State": "MA",
1280
- "State_Long": "Massachusetts",
1281
- "Total": "38.5",
1282
- "Total_CI_low": "35.6",
1283
- "Total_CI_high": "41.4",
1284
- "Total_Formatted": "38.5 (CI 35.6, 41.4)",
1285
- "Female": "50.1",
1286
- "Female_CI_low": "47",
1287
- "Female_CI_high": "53.2",
1288
- "Female_Formatted": "50.1 (CI 47.0, 53.2)",
1289
- "Male": "26.6",
1290
- "Male_CI_low": "23.1",
1291
- "Male_CI_high": "30.4",
1292
- "Male_Formatted": "26.6 (CI 23.1, 30.4)"
1293
- },
1294
- {
1295
- "Year": "2021",
1296
- "State": "MI",
1297
- "State_Long": "Michigan",
1298
- "Total": "40.3",
1299
- "Total_CI_low": "37.8",
1300
- "Total_CI_high": "42.9",
1301
- "Total_Formatted": "40.3 (CI 37.8, 42.9)",
1302
- "Female": "52.3",
1303
- "Female_CI_low": "48.2",
1304
- "Female_CI_high": "56.4",
1305
- "Female_Formatted": "52.3 (CI 48.2, 56.4)",
1306
- "Male": "28.3",
1307
- "Male_CI_low": "25.5",
1308
- "Male_CI_high": "31.2",
1309
- "Male_Formatted": "28.3 (CI 25.5, 31.2)"
1310
- },
1311
- {
1312
- "Year": "2021",
1313
- "State": "MS",
1314
- "State_Long": "Mississippi",
1315
- "Total": "41.8",
1316
- "Total_CI_low": "38.8",
1317
- "Total_CI_high": "44.8",
1318
- "Total_Formatted": "41.8 (CI 38.8, 44.8)",
1319
- "Female": "52.4",
1320
- "Female_CI_low": "48.4",
1321
- "Female_CI_high": "56.3",
1322
- "Female_Formatted": "52.4 (CI 48.4, 56.3)",
1323
- "Male": "30.5",
1324
- "Male_CI_low": "27",
1325
- "Male_CI_high": "34.3",
1326
- "Male_Formatted": "30.5 (CI 27.0, 34.3)"
1327
- },
1328
- {
1329
- "Year": "2021",
1330
- "State": "MO",
1331
- "State_Long": "Missouri",
1332
- "Total": "32.5",
1333
- "Total_CI_low": "28.8",
1334
- "Total_CI_high": "36.5",
1335
- "Total_Formatted": "32.5 (CI 28.8, 36.5)",
1336
- "Female": "41.5",
1337
- "Female_CI_low": "37.5",
1338
- "Female_CI_high": "45.6",
1339
- "Female_Formatted": "41.5 (CI 37.5, 45.6)",
1340
- "Male": "23",
1341
- "Male_CI_low": "18.5",
1342
- "Male_CI_high": "28.1",
1343
- "Male_Formatted": "23 (CI 18.5, 28.1)"
1344
- },
1345
- {
1346
- "Year": "2021",
1347
- "State": "MT",
1348
- "State_Long": "Montana",
1349
- "Total": "41.4",
1350
- "Total_CI_low": "39.1",
1351
- "Total_CI_high": "43.8",
1352
- "Total_Formatted": "41.4 (CI 39.1, 43.8)",
1353
- "Female": "52.6",
1354
- "Female_CI_low": "49.5",
1355
- "Female_CI_high": "55.7",
1356
- "Female_Formatted": "52.6 (CI 49.5, 55.7)",
1357
- "Male": "30.2",
1358
- "Male_CI_low": "27.8",
1359
- "Male_CI_high": "32.6",
1360
- "Male_Formatted": "30.2 (CI 27.8, 32.6)"
1361
- },
1362
- {
1363
- "Year": "2021",
1364
- "State": "NE",
1365
- "State_Long": "Nebraska",
1366
- "Total": "36.4",
1367
- "Total_CI_low": "30.9",
1368
- "Total_CI_high": "42.3",
1369
- "Total_Formatted": "36.4 (CI 30.9, 42.3)",
1370
- "Female": "48.8",
1371
- "Female_CI_low": "39.8",
1372
- "Female_CI_high": "57.9",
1373
- "Female_Formatted": "48.8 (CI 39.8, 57.9)",
1374
- "Male": "24.7",
1375
- "Male_CI_low": "20.2",
1376
- "Male_CI_high": "29.9",
1377
- "Male_Formatted": "24.7 (CI 20.2, 29.9)"
1378
- },
1379
- {
1380
- "Year": "2021",
1381
- "State": "NV",
1382
- "State_Long": "Nevada",
1383
- "Total": "45.6",
1384
- "Total_CI_low": "41.9",
1385
- "Total_CI_high": "49.3",
1386
- "Total_Formatted": "45.6 (CI 41.9, 49.3)",
1387
- "Female": "58.1",
1388
- "Female_CI_low": "54",
1389
- "Female_CI_high": "62",
1390
- "Female_Formatted": "58.1 (CI 54.0, 62.0)",
1391
- "Male": "33.2",
1392
- "Male_CI_low": "29.2",
1393
- "Male_CI_high": "37.4",
1394
- "Male_Formatted": "33.2 (CI 29.2, 37.4)"
1395
- },
1396
- {
1397
- "Year": "2021",
1398
- "State": "NH",
1399
- "State_Long": "New Hampshire",
1400
- "Total": "44.2",
1401
- "Total_CI_low": "43.1",
1402
- "Total_CI_high": "45.2",
1403
- "Total_Formatted": "44.2 (CI 43.1, 45.2)",
1404
- "Female": "57.5",
1405
- "Female_CI_low": "56.1",
1406
- "Female_CI_high": "59",
1407
- "Female_Formatted": "57.5 (CI 56.1, 59.0)",
1408
- "Male": "30.7",
1409
- "Male_CI_low": "29.4",
1410
- "Male_CI_high": "32",
1411
- "Male_Formatted": "30.7 (CI 29.4, 32.0)"
1412
- },
1413
- {
1414
- "Year": "2021",
1415
- "State": "NJ",
1416
- "State_Long": "New Jersey",
1417
- "Total": "41.5",
1418
- "Total_CI_low": "36.4",
1419
- "Total_CI_high": "46.8",
1420
- "Total_Formatted": "41.5 (CI 36.4, 46.8)",
1421
- "Female": "53",
1422
- "Female_CI_low": "44.8",
1423
- "Female_CI_high": "61",
1424
- "Female_Formatted": "53 (CI 44.8, 61.0)",
1425
- "Male": "28.1",
1426
- "Male_CI_low": "24.5",
1427
- "Male_CI_high": "32",
1428
- "Male_Formatted": "28.1 (CI 24.5, 32.0)"
1429
- },
1430
- {
1431
- "Year": "2021",
1432
- "State": "NM",
1433
- "State_Long": "New Mexico",
1434
- "Total": "42.5",
1435
- "Total_CI_low": "40.7",
1436
- "Total_CI_high": "44.3",
1437
- "Total_Formatted": "42.5 (CI 40.7, 44.3)",
1438
- "Female": "54.7",
1439
- "Female_CI_low": "51.8",
1440
- "Female_CI_high": "57.5",
1441
- "Female_Formatted": "54.7 (CI 51.8, 57.5)",
1442
- "Male": "30.7",
1443
- "Male_CI_low": "28.6",
1444
- "Male_CI_high": "33",
1445
- "Male_Formatted": "30.7 (CI 28.6, 33.0)"
1446
- },
1447
- {
1448
- "Year": "2021",
1449
- "State": "NYA",
1450
- "State_Long": "New York (Excluding New York City)",
1451
- "Total": "31.4",
1452
- "Total_CI_low": "29.4",
1453
- "Total_CI_high": "33.4",
1454
- "Total_Formatted": "31.4 (CI 29.4, 33.4)",
1455
- "Female": "42.1",
1456
- "Female_CI_low": "34.6",
1457
- "Female_CI_high": "50",
1458
- "Female_Formatted": "42.1 (CI 34.6, 50.0)",
1459
- "Male": "19.8",
1460
- "Male_CI_low": "16.3",
1461
- "Male_CI_high": "23.9",
1462
- "Male_Formatted": "19.8 (CI 16.3, 23.9)"
1463
- },
1464
- {
1465
- "Year": "2021",
1466
- "State": "NC",
1467
- "State_Long": "North Carolina",
1468
- "Total": "43.4",
1469
- "Total_CI_low": "39.8",
1470
- "Total_CI_high": "47.1",
1471
- "Total_Formatted": "43.4 (CI 39.8, 47.1)",
1472
- "Female": "55.5",
1473
- "Female_CI_low": "49.1",
1474
- "Female_CI_high": "61.7",
1475
- "Female_Formatted": "55.5 (CI 49.1, 61.7)",
1476
- "Male": "31.3",
1477
- "Male_CI_low": "27.5",
1478
- "Male_CI_high": "35.5",
1479
- "Male_Formatted": "31.3 (CI 27.5, 35.5)"
1480
- },
1481
- {
1482
- "Year": "2021",
1483
- "State": "ND",
1484
- "State_Long": "North Dakota",
1485
- "Total": "36",
1486
- "Total_CI_low": "32.9",
1487
- "Total_CI_high": "39.3",
1488
- "Total_Formatted": "36 (CI 32.9, 39.3)",
1489
- "Female": "47.9",
1490
- "Female_CI_low": "43.6",
1491
- "Female_CI_high": "52.2",
1492
- "Female_Formatted": "47.9 (CI 43.6, 52.2)",
1493
- "Male": "24.6",
1494
- "Male_CI_low": "20.3",
1495
- "Male_CI_high": "29.5",
1496
- "Male_Formatted": "24.6 (CI 20.3, 29.5)"
1497
- },
1498
- {
1499
- "Year": "2021",
1500
- "State": "MP",
1501
- "State_Long": "Northern Mariana Islands",
1502
- "Total": "54.6",
1503
- "Total_CI_low": "52.7",
1504
- "Total_CI_high": "56.5",
1505
- "Total_Formatted": "54.6 (CI 52.7, 56.5)",
1506
- "Female": "66.3",
1507
- "Female_CI_low": "63.8",
1508
- "Female_CI_high": "68.8",
1509
- "Female_Formatted": "66.3 (CI 63.8, 68.8)",
1510
- "Male": "43",
1511
- "Male_CI_low": "40.4",
1512
- "Male_CI_high": "45.7",
1513
- "Male_Formatted": "43 (CI 40.4, 45.7)"
1514
- },
1515
- {
1516
- "Year": "2021",
1517
- "State": "OH",
1518
- "State_Long": "Ohio",
1519
- "Total": "42.6",
1520
- "Total_CI_low": "38.7",
1521
- "Total_CI_high": "46.7",
1522
- "Total_Formatted": "42.6 (CI 38.7, 46.7)",
1523
- "Female": "56.2",
1524
- "Female_CI_low": "46.6",
1525
- "Female_CI_high": "65.3",
1526
- "Female_Formatted": "56.2 (CI 46.6, 65.3)",
1527
- "Male": "30",
1528
- "Male_CI_low": "24.8",
1529
- "Male_CI_high": "35.8",
1530
- "Male_Formatted": "30 (CI 24.8, 35.8)"
1531
- },
1532
- {
1533
- "Year": "2021",
1534
- "State": "OK",
1535
- "State_Long": "Oklahoma",
1536
- "Total": "43.5",
1537
- "Total_CI_low": "40.3",
1538
- "Total_CI_high": "46.8",
1539
- "Total_Formatted": "43.5 (CI 40.3, 46.8)",
1540
- "Female": "57.7",
1541
- "Female_CI_low": "53.4",
1542
- "Female_CI_high": "61.9",
1543
- "Female_Formatted": "57.7 (CI 53.4, 61.9)",
1544
- "Male": "29.8",
1545
- "Male_CI_low": "25.4",
1546
- "Male_CI_high": "34.7",
1547
- "Male_Formatted": "29.8 (CI 25.4, 34.7)"
1548
- },
1549
- {
1550
- "Year": "2021",
1551
- "State": "PW",
1552
- "State_Long": "Palau",
1553
- "Total": "44.4",
1554
- "Total_CI_low": "42.1",
1555
- "Total_CI_high": "46.6",
1556
- "Total_Formatted": "44.4 (CI 42.1, 46.6)",
1557
- "Female": "53",
1558
- "Female_CI_low": "49.8",
1559
- "Female_CI_high": "56.1",
1560
- "Female_Formatted": "53 (CI 49.8, 56.1)",
1561
- "Male": "35",
1562
- "Male_CI_low": "31.9",
1563
- "Male_CI_high": "38.2",
1564
- "Male_Formatted": "35 (CI 31.9, 38.2)"
1565
- },
1566
- {
1567
- "Year": "2021",
1568
- "State": "PA",
1569
- "State_Long": "Pennsylvania",
1570
- "Total": "43.7",
1571
- "Total_CI_low": "40.1",
1572
- "Total_CI_high": "47.5",
1573
- "Total_Formatted": "43.7 (CI 40.1, 47.5)",
1574
- "Female": "59",
1575
- "Female_CI_low": "53.5",
1576
- "Female_CI_high": "64.4",
1577
- "Female_Formatted": "59 (CI 53.5, 64.4)",
1578
- "Male": "28.6",
1579
- "Male_CI_low": "24.6",
1580
- "Male_CI_high": "33",
1581
- "Male_Formatted": "28.6 (CI 24.6, 33.0)"
1582
- },
1583
- {
1584
- "Year": "2021",
1585
- "State": "PR",
1586
- "State_Long": "Puerto Rico",
1587
- "Total": "36",
1588
- "Total_CI_low": "32.2",
1589
- "Total_CI_high": "39.9",
1590
- "Total_Formatted": "36 (CI 32.2, 39.9)",
1591
- "Female": "44.9",
1592
- "Female_CI_low": "40.7",
1593
- "Female_CI_high": "49.1",
1594
- "Female_Formatted": "44.9 (CI 40.7, 49.1)",
1595
- "Male": "25.8",
1596
- "Male_CI_low": "19.9",
1597
- "Male_CI_high": "32.7",
1598
- "Male_Formatted": "25.8 (CI 19.9, 32.7)"
1599
- },
1600
- {
1601
- "Year": "2021",
1602
- "State": "RI",
1603
- "State_Long": "Rhode Island",
1604
- "Total": "37.8",
1605
- "Total_CI_low": "34.2",
1606
- "Total_CI_high": "41.5",
1607
- "Total_Formatted": "37.8 (CI 34.2, 41.5)",
1608
- "Female": "51.7",
1609
- "Female_CI_low": "46.6",
1610
- "Female_CI_high": "56.7",
1611
- "Female_Formatted": "51.7 (CI 46.6, 56.7)",
1612
- "Male": "25.1",
1613
- "Male_CI_low": "21.6",
1614
- "Male_CI_high": "29.1",
1615
- "Male_Formatted": "25.1 (CI 21.6, 29.1)"
1616
- },
1617
- {
1618
- "Year": "2021",
1619
- "State": "SC",
1620
- "State_Long": "South Carolina",
1621
- "Total": "41.1",
1622
- "Total_CI_low": "36.7",
1623
- "Total_CI_high": "45.6",
1624
- "Total_Formatted": "41.1 (CI 36.7, 45.6)",
1625
- "Female": "51.2",
1626
- "Female_CI_low": "44.5",
1627
- "Female_CI_high": "58",
1628
- "Female_Formatted": "51.2 (CI 44.5, 58.0)",
1629
- "Male": "30.9",
1630
- "Male_CI_low": "26.6",
1631
- "Male_CI_high": "35.7",
1632
- "Male_Formatted": "30.9 (CI 26.6, 35.7)"
1633
- },
1634
- {
1635
- "Year": "2021",
1636
- "State": "SD",
1637
- "State_Long": "South Dakota",
1638
- "Total": "38.7",
1639
- "Total_CI_low": "31.3",
1640
- "Total_CI_high": "46.6",
1641
- "Total_Formatted": "38.7 (CI 31.3, 46.6)",
1642
- "Female": "50.5",
1643
- "Female_CI_low": "44.6",
1644
- "Female_CI_high": "56.4",
1645
- "Female_Formatted": "50.5 (CI 44.6, 56.4)",
1646
- "Male": "27.4",
1647
- "Male_CI_low": "19.6",
1648
- "Male_CI_high": "36.8",
1649
- "Male_Formatted": "27.4 (CI 19.6, 36.8)"
1650
- },
1651
- {
1652
- "Year": "2021",
1653
- "State": "TN",
1654
- "State_Long": "Tennessee",
1655
- "Total": "42.2",
1656
- "Total_CI_low": "39.4",
1657
- "Total_CI_high": "45.1",
1658
- "Total_Formatted": "42.2 (CI 39.4, 45.1)",
1659
- "Female": "53.6",
1660
- "Female_CI_low": "49.6",
1661
- "Female_CI_high": "57.6",
1662
- "Female_Formatted": "53.6 (CI 49.6, 57.6)",
1663
- "Male": "30.7",
1664
- "Male_CI_low": "27.3",
1665
- "Male_CI_high": "34.4",
1666
- "Male_Formatted": "30.7 (CI 27.3, 34.4)"
1667
- },
1668
- {
1669
- "Year": "2021",
1670
- "State": "TX",
1671
- "State_Long": "Texas",
1672
- "Total": "44.6",
1673
- "Total_CI_low": "39.3",
1674
- "Total_CI_high": "50",
1675
- "Total_Formatted": "44.6 (CI 39.3, 50.0)",
1676
- "Female": "57.2",
1677
- "Female_CI_low": "50.8",
1678
- "Female_CI_high": "63.5",
1679
- "Female_Formatted": "57.2 (CI 50.8, 63.5)",
1680
- "Male": "32.1",
1681
- "Male_CI_low": "27.9",
1682
- "Male_CI_high": "36.5",
1683
- "Male_Formatted": "32.1 (CI 27.9, 36.5)"
1684
- },
1685
- {
1686
- "Year": "2021",
1687
- "State": "UT",
1688
- "State_Long": "Utah",
1689
- "Total": "41.5",
1690
- "Total_CI_low": "38.6",
1691
- "Total_CI_high": "44.6",
1692
- "Total_Formatted": "41.5 (CI 38.6, 44.6)",
1693
- "Female": "52.7",
1694
- "Female_CI_low": "48.4",
1695
- "Female_CI_high": "57",
1696
- "Female_Formatted": "52.7 (CI 48.4, 57.0)",
1697
- "Male": "30.6",
1698
- "Male_CI_low": "26.2",
1699
- "Male_CI_high": "35.4",
1700
- "Male_Formatted": "30.6 (CI 26.2, 35.4)"
1701
- },
1702
- {
1703
- "Year": "2021",
1704
- "State": "VT",
1705
- "State_Long": "Vermont",
1706
- "Total": "29.6",
1707
- "Total_CI_low": "28.9",
1708
- "Total_CI_high": "30.3",
1709
- "Total_Formatted": "29.6 (CI 28.9, 30.3)",
1710
- "Female": "40.5",
1711
- "Female_CI_low": "39.5",
1712
- "Female_CI_high": "41.6",
1713
- "Female_Formatted": "40.5 (CI 39.5, 41.6)",
1714
- "Male": "18.7",
1715
- "Male_CI_low": "17.9",
1716
- "Male_CI_high": "19.6",
1717
- "Male_Formatted": "18.7 (CI 17.9, 19.6)"
1718
- },
1719
- {
1720
- "Year": "2021",
1721
- "State": "VA",
1722
- "State_Long": "Virginia",
1723
- "Total": "38.2",
1724
- "Total_CI_low": "35.2",
1725
- "Total_CI_high": "41.2",
1726
- "Total_Formatted": "38.2 (CI 35.2, 41.2)",
1727
- "Female": "49.9",
1728
- "Female_CI_low": "46.1",
1729
- "Female_CI_high": "53.7",
1730
- "Female_Formatted": "49.9 (CI 46.1, 53.7)",
1731
- "Male": "26.3",
1732
- "Male_CI_low": "23",
1733
- "Male_CI_high": "29.8",
1734
- "Male_Formatted": "26.3 (CI 23.0, 29.8)"
1735
- },
1736
- {
1737
- "Year": "2021",
1738
- "State": "WV",
1739
- "State_Long": "West Virginia",
1740
- "Total": "47.5",
1741
- "Total_CI_low": "41.1",
1742
- "Total_CI_high": "54",
1743
- "Total_Formatted": "47.5 (CI 41.1, 54.0)",
1744
- "Female": "63.6",
1745
- "Female_CI_low": "53.3",
1746
- "Female_CI_high": "72.8",
1747
- "Female_Formatted": "63.6 (CI 53.3, 72.8)",
1748
- "Male": "32",
1749
- "Male_CI_low": "26",
1750
- "Male_CI_high": "38.6",
1751
- "Male_Formatted": "32 (CI 26.0, 38.6)"
1752
- },
1753
- {
1754
- "Year": "2021",
1755
- "State": "WI",
1756
- "State_Long": "Wisconsin",
1757
- "Total": "33.7",
1758
- "Total_CI_low": "30.9",
1759
- "Total_CI_high": "36.6",
1760
- "Total_Formatted": "33.7 (CI 30.9, 36.6)",
1761
- "Female": "46.1",
1762
- "Female_CI_low": "41.9",
1763
- "Female_CI_high": "50.4",
1764
- "Female_Formatted": "46.1 (CI 41.9, 50.4)",
1765
- "Male": "21.7",
1766
- "Male_CI_low": "19.4",
1767
- "Male_CI_high": "24.1",
1768
- "Male_Formatted": "21.7 (CI 19.4, 24.1)"
1769
- },
1770
- {
1771
- "Year": "2023",
1772
- "State": "XX",
1773
- "State_Long": "United States",
1774
- "Total": "39.7",
1775
- "Total_CI_low": "37.7",
1776
- "Total_CI_high": "41.7",
1777
- "Total_Formatted": "39.7 (CI 37.7, 41.7)",
1778
- "Female": "52.6",
1779
- "Female_CI_low": "50.1",
1780
- "Female_CI_high": "55",
1781
- "Female_Formatted": "52.6 (CI 50.1, 55.0)",
1782
- "Male": "27.7",
1783
- "Male_CI_low": "25.9",
1784
- "Male_CI_high": "29.6",
1785
- "Male_Formatted": "27.7 (CI 25.9, 29.6)"
1786
- },
1787
- {
1788
- "Year": "2023",
1789
- "State": "AL",
1790
- "State_Long": "Alabama",
1791
- "Total": "Not Available",
1792
- "Total_CI_low": "Not Available",
1793
- "Total_CI_high": "Not Available",
1794
- "Total_Formatted": "Not Available",
1795
- "Female": "Not Available",
1796
- "Female_CI_low": "Not Available",
1797
- "Female_CI_high": "Not Available",
1798
- "Female_Formatted": "Not Available",
1799
- "Male": "Not Available",
1800
- "Male_CI_low": "Not Available",
1801
- "Male_CI_high": "Not Available",
1802
- "Male_Formatted": "Not Available"
1803
- },
1804
- {
1805
- "Year": "2023",
1806
- "State": "AK",
1807
- "State_Long": "Alaska",
1808
- "Total": "43.2",
1809
- "Total_CI_low": "39.7",
1810
- "Total_CI_high": "46.8",
1811
- "Total_Formatted": "43.2 (CI 39.7, 46.8)",
1812
- "Female": "56",
1813
- "Female_CI_low": "50.6",
1814
- "Female_CI_high": "61.3",
1815
- "Female_Formatted": "56 (CI 50.6, 61.3)",
1816
- "Male": "31.8",
1817
- "Male_CI_low": "27.2",
1818
- "Male_CI_high": "36.7",
1819
- "Male_Formatted": "31.8 (CI 27.2, 36.7)"
1820
- },
1821
- {
1822
- "Year": "2023",
1823
- "State": "AS",
1824
- "State_Long": "American Samoa",
1825
- "Total": "45.7",
1826
- "Total_CI_low": "43.4",
1827
- "Total_CI_high": "48",
1828
- "Total_Formatted": "45.7 (CI 43.4, 48.0)",
1829
- "Female": "55.9",
1830
- "Female_CI_low": "52.6",
1831
- "Female_CI_high": "59.2",
1832
- "Female_Formatted": "55.9 (CI 52.6, 59.2)",
1833
- "Male": "35.2",
1834
- "Male_CI_low": "32.1",
1835
- "Male_CI_high": "38.4",
1836
- "Male_Formatted": "35.2 (CI 32.1, 38.4)"
1837
- },
1838
- {
1839
- "Year": "2023",
1840
- "State": "AZ",
1841
- "State_Long": "Arizona",
1842
- "Total": "Not Available",
1843
- "Total_CI_low": "Not Available",
1844
- "Total_CI_high": "Not Available",
1845
- "Total_Formatted": "Not Available",
1846
- "Female": "Not Available",
1847
- "Female_CI_low": "Not Available",
1848
- "Female_CI_high": "Not Available",
1849
- "Female_Formatted": "Not Available",
1850
- "Male": "Not Available",
1851
- "Male_CI_low": "Not Available",
1852
- "Male_CI_high": "Not Available",
1853
- "Male_Formatted": "Not Available"
1854
- },
1855
- {
1856
- "Year": "2023",
1857
- "State": "AR",
1858
- "State_Long": "Arkansas",
1859
- "Total": "45.1",
1860
- "Total_CI_low": "40.5",
1861
- "Total_CI_high": "49.8",
1862
- "Total_Formatted": "45.1 (CI 40.5, 49.8)",
1863
- "Female": "51.8",
1864
- "Female_CI_low": "45.1",
1865
- "Female_CI_high": "58.4",
1866
- "Female_Formatted": "51.8 (CI 45.1, 58.4)",
1867
- "Male": "38.6",
1868
- "Male_CI_low": "29.5",
1869
- "Male_CI_high": "48.5",
1870
- "Male_Formatted": "38.6 (CI 29.5, 48.5)"
1871
- },
1872
- {
1873
- "Year": "2023",
1874
- "State": "CA",
1875
- "State_Long": "California",
1876
- "Total": "Not Available",
1877
- "Total_CI_low": "Not Available",
1878
- "Total_CI_high": "Not Available",
1879
- "Total_Formatted": "Not Available",
1880
- "Female": "Not Available",
1881
- "Female_CI_low": "Not Available",
1882
- "Female_CI_high": "Not Available",
1883
- "Female_Formatted": "Not Available",
1884
- "Male": "Not Available",
1885
- "Male_CI_low": "Not Available",
1886
- "Male_CI_high": "Not Available",
1887
- "Male_Formatted": "Not Available"
1888
- },
1889
- {
1890
- "Year": "2023",
1891
- "State": "CO",
1892
- "State_Long": "Colorado",
1893
- "Total": "Not Available",
1894
- "Total_CI_low": "Not Available",
1895
- "Total_CI_high": "Not Available",
1896
- "Total_Formatted": "Not Available",
1897
- "Female": "Not Available",
1898
- "Female_CI_low": "Not Available",
1899
- "Female_CI_high": "Not Available",
1900
- "Female_Formatted": "Not Available",
1901
- "Male": "Not Available",
1902
- "Male_CI_low": "Not Available",
1903
- "Male_CI_high": "Not Available",
1904
- "Male_Formatted": "Not Available"
1905
- },
1906
- {
1907
- "Year": "2023",
1908
- "State": "CT",
1909
- "State_Long": "Connecticut",
1910
- "Total": "35.2",
1911
- "Total_CI_low": "33.2",
1912
- "Total_CI_high": "37.3",
1913
- "Total_Formatted": "35.2 (CI 33.2, 37.3)",
1914
- "Female": "46.5",
1915
- "Female_CI_low": "43.2",
1916
- "Female_CI_high": "49.8",
1917
- "Female_Formatted": "46.5 (CI 43.2, 49.8)",
1918
- "Male": "23.6",
1919
- "Male_CI_low": "20.9",
1920
- "Male_CI_high": "26.5",
1921
- "Male_Formatted": "23.6 (CI 20.9, 26.5)"
1922
- },
1923
- {
1924
- "Year": "2023",
1925
- "State": "DE",
1926
- "State_Long": "Delaware",
1927
- "Total": "32.9",
1928
- "Total_CI_low": "29.3",
1929
- "Total_CI_high": "36.7",
1930
- "Total_Formatted": "32.9 (CI 29.3, 36.7)",
1931
- "Female": "46.6",
1932
- "Female_CI_low": "42.3",
1933
- "Female_CI_high": "51",
1934
- "Female_Formatted": "46.6 (CI 42.3, 51.0)",
1935
- "Male": "18.9",
1936
- "Male_CI_low": "15.8",
1937
- "Male_CI_high": "22.6",
1938
- "Male_Formatted": "18.9 (CI 15.8, 22.6)"
1939
- },
1940
- {
1941
- "Year": "2023",
1942
- "State": "FL",
1943
- "State_Long": "Florida",
1944
- "Total": "Not Available",
1945
- "Total_CI_low": "Not Available",
1946
- "Total_CI_high": "Not Available",
1947
- "Total_Formatted": "Not Available",
1948
- "Female": "Not Available",
1949
- "Female_CI_low": "Not Available",
1950
- "Female_CI_high": "Not Available",
1951
- "Female_Formatted": "Not Available",
1952
- "Male": "Not Available",
1953
- "Male_CI_low": "Not Available",
1954
- "Male_CI_high": "Not Available",
1955
- "Male_Formatted": "Not Available"
1956
- },
1957
- {
1958
- "Year": "2023",
1959
- "State": "GA",
1960
- "State_Long": "Georgia",
1961
- "Total": "Not Available",
1962
- "Total_CI_low": "Not Available",
1963
- "Total_CI_high": "Not Available",
1964
- "Total_Formatted": "Not Available",
1965
- "Female": "Not Available",
1966
- "Female_CI_low": "Not Available",
1967
- "Female_CI_high": "Not Available",
1968
- "Female_Formatted": "Not Available",
1969
- "Male": "Not Available",
1970
- "Male_CI_low": "Not Available",
1971
- "Male_CI_high": "Not Available",
1972
- "Male_Formatted": "Not Available"
1973
- },
1974
- {
1975
- "Year": "2023",
1976
- "State": "GU",
1977
- "State_Long": "Guam",
1978
- "Total": "Not Available",
1979
- "Total_CI_low": "Not Available",
1980
- "Total_CI_high": "Not Available",
1981
- "Total_Formatted": "Not Available",
1982
- "Female": "Not Available",
1983
- "Female_CI_low": "Not Available",
1984
- "Female_CI_high": "Not Available",
1985
- "Female_Formatted": "Not Available",
1986
- "Male": "Not Available",
1987
- "Male_CI_low": "Not Available",
1988
- "Male_CI_high": "Not Available",
1989
- "Male_Formatted": "Not Available"
1990
- },
1991
- {
1992
- "Year": "2023",
1993
- "State": "HI",
1994
- "State_Long": "Hawaii",
1995
- "Total": "34.9",
1996
- "Total_CI_low": "32.5",
1997
- "Total_CI_high": "37.3",
1998
- "Total_Formatted": "34.9 (CI 32.5, 37.3)",
1999
- "Female": "46.2",
2000
- "Female_CI_low": "43.2",
2001
- "Female_CI_high": "49.2",
2002
- "Female_Formatted": "46.2 (CI 43.2, 49.2)",
2003
- "Male": "24.2",
2004
- "Male_CI_low": "21.7",
2005
- "Male_CI_high": "26.9",
2006
- "Male_Formatted": "24.2 (CI 21.7, 26.9)"
2007
- },
2008
- {
2009
- "Year": "2023",
2010
- "State": "ID",
2011
- "State_Long": "Idaho",
2012
- "Total": "Not Available",
2013
- "Total_CI_low": "Not Available",
2014
- "Total_CI_high": "Not Available",
2015
- "Total_Formatted": "Not Available",
2016
- "Female": "Not Available",
2017
- "Female_CI_low": "Not Available",
2018
- "Female_CI_high": "Not Available",
2019
- "Female_Formatted": "Not Available",
2020
- "Male": "Not Available",
2021
- "Male_CI_low": "Not Available",
2022
- "Male_CI_high": "Not Available",
2023
- "Male_Formatted": "Not Available"
2024
- },
2025
- {
2026
- "Year": "2023",
2027
- "State": "IL",
2028
- "State_Long": "Illinois",
2029
- "Total": "38.2",
2030
- "Total_CI_low": "34.7",
2031
- "Total_CI_high": "41.9",
2032
- "Total_Formatted": "38.2 (CI 34.7, 41.9)",
2033
- "Female": "51.6",
2034
- "Female_CI_low": "46.1",
2035
- "Female_CI_high": "57",
2036
- "Female_Formatted": "51.6 (CI 46.1, 57.0)",
2037
- "Male": "25",
2038
- "Male_CI_low": "21.2",
2039
- "Male_CI_high": "29.2",
2040
- "Male_Formatted": "25 (CI 21.2, 29.2)"
2041
- },
2042
- {
2043
- "Year": "2023",
2044
- "State": "IN",
2045
- "State_Long": "Indiana",
2046
- "Total": "47",
2047
- "Total_CI_low": "43.2",
2048
- "Total_CI_high": "50.9",
2049
- "Total_Formatted": "47 (CI 43.2, 50.9)",
2050
- "Female": "60.1",
2051
- "Female_CI_low": "54.8",
2052
- "Female_CI_high": "65.2",
2053
- "Female_Formatted": "60.1 (CI 54.8, 65.2)",
2054
- "Male": "33.5",
2055
- "Male_CI_low": "27.7",
2056
- "Male_CI_high": "39.9",
2057
- "Male_Formatted": "33.5 (CI 27.7, 39.9)"
2058
- },
2059
- {
2060
- "Year": "2023",
2061
- "State": "IA",
2062
- "State_Long": "Iowa",
2063
- "Total": "Not Available",
2064
- "Total_CI_low": "Not Available",
2065
- "Total_CI_high": "Not Available",
2066
- "Total_Formatted": "Not Available",
2067
- "Female": "Not Available",
2068
- "Female_CI_low": "Not Available",
2069
- "Female_CI_high": "Not Available",
2070
- "Female_Formatted": "Not Available",
2071
- "Male": "Not Available",
2072
- "Male_CI_low": "Not Available",
2073
- "Male_CI_high": "Not Available",
2074
- "Male_Formatted": "Not Available"
2075
- },
2076
- {
2077
- "Year": "2023",
2078
- "State": "KS",
2079
- "State_Long": "Kansas",
2080
- "Total": "Not Available",
2081
- "Total_CI_low": "Not Available",
2082
- "Total_CI_high": "Not Available",
2083
- "Total_Formatted": "Not Available",
2084
- "Female": "Not Available",
2085
- "Female_CI_low": "Not Available",
2086
- "Female_CI_high": "Not Available",
2087
- "Female_Formatted": "Not Available",
2088
- "Male": "Not Available",
2089
- "Male_CI_low": "Not Available",
2090
- "Male_CI_high": "Not Available",
2091
- "Male_Formatted": "Not Available"
2092
- },
2093
- {
2094
- "Year": "2023",
2095
- "State": "KY",
2096
- "State_Long": "Kentucky",
2097
- "Total": "41.6",
2098
- "Total_CI_low": "38.9",
2099
- "Total_CI_high": "44.2",
2100
- "Total_Formatted": "41.6 (CI 38.9, 44.2)",
2101
- "Female": "52",
2102
- "Female_CI_low": "49.1",
2103
- "Female_CI_high": "54.9",
2104
- "Female_Formatted": "52 (CI 49.1, 54.9)",
2105
- "Male": "31.6",
2106
- "Male_CI_low": "28.6",
2107
- "Male_CI_high": "34.7",
2108
- "Male_Formatted": "31.6 (CI 28.6, 34.7)"
2109
- },
2110
- {
2111
- "Year": "2023",
2112
- "State": "LA",
2113
- "State_Long": "Louisiana",
2114
- "Total": "Not Available",
2115
- "Total_CI_low": "Not Available",
2116
- "Total_CI_high": "Not Available",
2117
- "Total_Formatted": "Not Available",
2118
- "Female": "Not Available",
2119
- "Female_CI_low": "Not Available",
2120
- "Female_CI_high": "Not Available",
2121
- "Female_Formatted": "Not Available",
2122
- "Male": "Not Available",
2123
- "Male_CI_low": "Not Available",
2124
- "Male_CI_high": "Not Available",
2125
- "Male_Formatted": "Not Available"
2126
- },
2127
- {
2128
- "Year": "2023",
2129
- "State": "ME",
2130
- "State_Long": "Maine",
2131
- "Total": "36.9",
2132
- "Total_CI_low": "35",
2133
- "Total_CI_high": "38.9",
2134
- "Total_Formatted": "36.9 (CI 35.0, 38.9)",
2135
- "Female": "48.1",
2136
- "Female_CI_low": "45.4",
2137
- "Female_CI_high": "50.9",
2138
- "Female_Formatted": "48.1 (CI 45.4, 50.9)",
2139
- "Male": "26.2",
2140
- "Male_CI_low": "24.5",
2141
- "Male_CI_high": "28",
2142
- "Male_Formatted": "26.2 (CI 24.5, 28.0)"
2143
- },
2144
- {
2145
- "Year": "2023",
2146
- "State": "MD",
2147
- "State_Long": "Maryland",
2148
- "Total": "36.3",
2149
- "Total_CI_low": "35.5",
2150
- "Total_CI_high": "37.2",
2151
- "Total_Formatted": "36.3 (CI 35.5, 37.2)",
2152
- "Female": "48.8",
2153
- "Female_CI_low": "47.6",
2154
- "Female_CI_high": "50",
2155
- "Female_Formatted": "48.8 (CI 47.6, 50.0)",
2156
- "Male": "24.3",
2157
- "Male_CI_low": "23.3",
2158
- "Male_CI_high": "25.3",
2159
- "Male_Formatted": "24.3 (CI 23.3, 25.3)"
2160
- },
2161
- {
2162
- "Year": "2023",
2163
- "State": "MA",
2164
- "State_Long": "Massachusetts",
2165
- "Total": "34",
2166
- "Total_CI_low": "31.2",
2167
- "Total_CI_high": "36.9",
2168
- "Total_Formatted": "34 (CI 31.2, 36.9)",
2169
- "Female": "45.3",
2170
- "Female_CI_low": "41.8",
2171
- "Female_CI_high": "48.7",
2172
- "Female_Formatted": "45.3 (CI 41.8, 48.7)",
2173
- "Male": "23.4",
2174
- "Male_CI_low": "20.3",
2175
- "Male_CI_high": "26.8",
2176
- "Male_Formatted": "23.4 (CI 20.3, 26.8)"
2177
- },
2178
- {
2179
- "Year": "2023",
2180
- "State": "MI",
2181
- "State_Long": "Michigan",
2182
- "Total": "42.5",
2183
- "Total_CI_low": "38.9",
2184
- "Total_CI_high": "46.2",
2185
- "Total_Formatted": "42.5 (CI 38.9, 46.2)",
2186
- "Female": "54.2",
2187
- "Female_CI_low": "49.8",
2188
- "Female_CI_high": "58.4",
2189
- "Female_Formatted": "54.2 (CI 49.8, 58.4)",
2190
- "Male": "30.6",
2191
- "Male_CI_low": "26.3",
2192
- "Male_CI_high": "35.2",
2193
- "Male_Formatted": "30.6 (CI 26.3, 35.2)"
2194
- },
2195
- {
2196
- "Year": "2023",
2197
- "State": "MS",
2198
- "State_Long": "Mississippi",
2199
- "Total": "41.7",
2200
- "Total_CI_low": "35.8",
2201
- "Total_CI_high": "47.9",
2202
- "Total_Formatted": "41.7 (CI 35.8, 47.9)",
2203
- "Female": "49.8",
2204
- "Female_CI_low": "42",
2205
- "Female_CI_high": "57.7",
2206
- "Female_Formatted": "49.8 (CI 42.0, 57.7)",
2207
- "Male": "33.2",
2208
- "Male_CI_low": "26.9",
2209
- "Male_CI_high": "40.3",
2210
- "Male_Formatted": "33.2 (CI 26.9, 40.3)"
2211
- },
2212
- {
2213
- "Year": "2023",
2214
- "State": "MO",
2215
- "State_Long": "Missouri",
2216
- "Total": "44.3",
2217
- "Total_CI_low": "37.8",
2218
- "Total_CI_high": "51",
2219
- "Total_Formatted": "44.3 (CI 37.8, 51.0)",
2220
- "Female": "57.2",
2221
- "Female_CI_low": "51.4",
2222
- "Female_CI_high": "62.9",
2223
- "Female_Formatted": "57.2 (CI 51.4, 62.9)",
2224
- "Male": "32.1",
2225
- "Male_CI_low": "23.2",
2226
- "Male_CI_high": "42.5",
2227
- "Male_Formatted": "32.1 (CI 23.2, 42.5)"
2228
- },
2229
- {
2230
- "Year": "2023",
2231
- "State": "MT",
2232
- "State_Long": "Montana",
2233
- "Total": "43.3",
2234
- "Total_CI_low": "41.2",
2235
- "Total_CI_high": "45.5",
2236
- "Total_Formatted": "43.3 (CI 41.2, 45.5)",
2237
- "Female": "54.8",
2238
- "Female_CI_low": "51.6",
2239
- "Female_CI_high": "58",
2240
- "Female_Formatted": "54.8 (CI 51.6, 58.0)",
2241
- "Male": "32.1",
2242
- "Male_CI_low": "30.1",
2243
- "Male_CI_high": "34.2",
2244
- "Male_Formatted": "32.1 (CI 30.1, 34.2)"
2245
- },
2246
- {
2247
- "Year": "2023",
2248
- "State": "NE",
2249
- "State_Long": "Nebraska",
2250
- "Total": "27.2",
2251
- "Total_CI_low": "22.6",
2252
- "Total_CI_high": "32.3",
2253
- "Total_Formatted": "27.2 (CI 22.6, 32.3)",
2254
- "Female": "36.3",
2255
- "Female_CI_low": "28.4",
2256
- "Female_CI_high": "44.9",
2257
- "Female_Formatted": "36.3 (CI 28.4, 44.9)",
2258
- "Male": "18.7",
2259
- "Male_CI_low": "13.7",
2260
- "Male_CI_high": "24.9",
2261
- "Male_Formatted": "18.7 (CI 13.7, 24.9)"
2262
- },
2263
- {
2264
- "Year": "2023",
2265
- "State": "NV",
2266
- "State_Long": "Nevada",
2267
- "Total": "44.1",
2268
- "Total_CI_low": "40.2",
2269
- "Total_CI_high": "48",
2270
- "Total_Formatted": "44.1 (CI 40.2, 48.0)",
2271
- "Female": "54.6",
2272
- "Female_CI_low": "50.4",
2273
- "Female_CI_high": "58.7",
2274
- "Female_Formatted": "54.6 (CI 50.4, 58.7)",
2275
- "Male": "31.1",
2276
- "Male_CI_low": "26.6",
2277
- "Male_CI_high": "36",
2278
- "Male_Formatted": "31.1 (CI 26.6, 36.0)"
2279
- },
2280
- {
2281
- "Year": "2023",
2282
- "State": "NH",
2283
- "State_Long": "New Hampshire",
2284
- "Total": "39.6",
2285
- "Total_CI_low": "38.5",
2286
- "Total_CI_high": "40.7",
2287
- "Total_Formatted": "39.6 (CI 38.5, 40.7)",
2288
- "Female": "51.1",
2289
- "Female_CI_low": "49.6",
2290
- "Female_CI_high": "52.6",
2291
- "Female_Formatted": "51.1 (CI 49.6, 52.6)",
2292
- "Male": "28.2",
2293
- "Male_CI_low": "26.7",
2294
- "Male_CI_high": "29.8",
2295
- "Male_Formatted": "28.2 (CI 26.7, 29.8)"
2296
- },
2297
- {
2298
- "Year": "2023",
2299
- "State": "NJ",
2300
- "State_Long": "New Jersey",
2301
- "Total": "36.3",
2302
- "Total_CI_low": "31.4",
2303
- "Total_CI_high": "41.5",
2304
- "Total_Formatted": "36.3 (CI 31.4, 41.5)",
2305
- "Female": "49.3",
2306
- "Female_CI_low": "42.7",
2307
- "Female_CI_high": "55.9",
2308
- "Female_Formatted": "49.3 (CI 42.7, 55.9)",
2309
- "Male": "21.7",
2310
- "Male_CI_low": "18.3",
2311
- "Male_CI_high": "25.6",
2312
- "Male_Formatted": "21.7 (CI 18.3, 25.6)"
2313
- },
2314
- {
2315
- "Year": "2023",
2316
- "State": "NM",
2317
- "State_Long": "New Mexico",
2318
- "Total": "36.2",
2319
- "Total_CI_low": "33.9",
2320
- "Total_CI_high": "38.6",
2321
- "Total_Formatted": "36.2 (CI 33.9, 38.6)",
2322
- "Female": "47.4",
2323
- "Female_CI_low": "43.3",
2324
- "Female_CI_high": "51.5",
2325
- "Female_Formatted": "47.4 (CI 43.3, 51.5)",
2326
- "Male": "25.3",
2327
- "Male_CI_low": "23.6",
2328
- "Male_CI_high": "27",
2329
- "Male_Formatted": "25.3 (CI 23.6, 27.0)"
2330
- },
2331
- {
2332
- "Year": "2023",
2333
- "State": "NYA",
2334
- "State_Long": "New York (Excluding New York City)",
2335
- "Total": "36",
2336
- "Total_CI_low": "28.4",
2337
- "Total_CI_high": "44.4",
2338
- "Total_Formatted": "36 (CI 28.4, 44.4)",
2339
- "Female": "43.6",
2340
- "Female_CI_low": "31.1",
2341
- "Female_CI_high": "57",
2342
- "Female_Formatted": "43.6 (CI 31.1, 57.0)",
2343
- "Male": "26",
2344
- "Male_CI_low": "21.8",
2345
- "Male_CI_high": "30.7",
2346
- "Male_Formatted": "26 (CI 21.8, 30.7)"
2347
- },
2348
- {
2349
- "Year": "2023",
2350
- "State": "NC",
2351
- "State_Long": "North Carolina",
2352
- "Total": "39.1",
2353
- "Total_CI_low": "36.3",
2354
- "Total_CI_high": "41.9",
2355
- "Total_Formatted": "39.1 (CI 36.3, 41.9)",
2356
- "Female": "51.5",
2357
- "Female_CI_low": "46.7",
2358
- "Female_CI_high": "56.2",
2359
- "Female_Formatted": "51.5 (CI 46.7, 56.2)",
2360
- "Male": "26.8",
2361
- "Male_CI_low": "23.7",
2362
- "Male_CI_high": "30.1",
2363
- "Male_Formatted": "26.8 (CI 23.7, 30.1)"
2364
- },
2365
- {
2366
- "Year": "2023",
2367
- "State": "ND",
2368
- "State_Long": "North Dakota",
2369
- "Total": "35",
2370
- "Total_CI_low": "32.1",
2371
- "Total_CI_high": "38.1",
2372
- "Total_Formatted": "35 (CI 32.1, 38.1)",
2373
- "Female": "46.4",
2374
- "Female_CI_low": "41.6",
2375
- "Female_CI_high": "51.3",
2376
- "Female_Formatted": "46.4 (CI 41.6, 51.3)",
2377
- "Male": "24.1",
2378
- "Male_CI_low": "21.6",
2379
- "Male_CI_high": "26.9",
2380
- "Male_Formatted": "24.1 (CI 21.6, 26.9)"
2381
- },
2382
- {
2383
- "Year": "2023",
2384
- "State": "MP",
2385
- "State_Long": "Northern Mariana Islands",
2386
- "Total": "46",
2387
- "Total_CI_low": "44.3",
2388
- "Total_CI_high": "47.7",
2389
- "Total_Formatted": "46 (CI 44.3, 47.7)",
2390
- "Female": "58.8",
2391
- "Female_CI_low": "56.4",
2392
- "Female_CI_high": "61.2",
2393
- "Female_Formatted": "58.8 (CI 56.4, 61.2)",
2394
- "Male": "33.8",
2395
- "Male_CI_low": "31.5",
2396
- "Male_CI_high": "36",
2397
- "Male_Formatted": "33.8 (CI 31.5, 36.0)"
2398
- },
2399
- {
2400
- "Year": "2023",
2401
- "State": "OH",
2402
- "State_Long": "Ohio",
2403
- "Total": "35",
2404
- "Total_CI_low": "30.8",
2405
- "Total_CI_high": "39.4",
2406
- "Total_Formatted": "35 (CI 30.8, 39.4)",
2407
- "Female": "45",
2408
- "Female_CI_low": "38.1",
2409
- "Female_CI_high": "52",
2410
- "Female_Formatted": "45 (CI 38.1, 52.0)",
2411
- "Male": "25.6",
2412
- "Male_CI_low": "17.5",
2413
- "Male_CI_high": "35.9",
2414
- "Male_Formatted": "25.6 (CI 17.5, 35.9)"
2415
- },
2416
- {
2417
- "Year": "2023",
2418
- "State": "OK",
2419
- "State_Long": "Oklahoma",
2420
- "Total": "44.9",
2421
- "Total_CI_low": "40.6",
2422
- "Total_CI_high": "49.3",
2423
- "Total_Formatted": "44.9 (CI 40.6, 49.3)",
2424
- "Female": "58.8",
2425
- "Female_CI_low": "53.9",
2426
- "Female_CI_high": "63.6",
2427
- "Female_Formatted": "58.8 (CI 53.9, 63.6)",
2428
- "Male": "30.9",
2429
- "Male_CI_low": "26.3",
2430
- "Male_CI_high": "35.9",
2431
- "Male_Formatted": "30.9 (CI 26.3, 35.9)"
2432
- },
2433
- {
2434
- "Year": "2023",
2435
- "State": "PW",
2436
- "State_Long": "Palau",
2437
- "Total": "42",
2438
- "Total_CI_low": "40.2",
2439
- "Total_CI_high": "43.8",
2440
- "Total_Formatted": "42 (CI 40.2, 43.8)",
2441
- "Female": "53.8",
2442
- "Female_CI_low": "51.2",
2443
- "Female_CI_high": "56.3",
2444
- "Female_Formatted": "53.8 (CI 51.2, 56.3)",
2445
- "Male": "30.3",
2446
- "Male_CI_low": "28.1",
2447
- "Male_CI_high": "32.7",
2448
- "Male_Formatted": "30.3 (CI 28.1, 32.7)"
2449
- },
2450
- {
2451
- "Year": "2023",
2452
- "State": "PA",
2453
- "State_Long": "Pennsylvania",
2454
- "Total": "38.7",
2455
- "Total_CI_low": "35.8",
2456
- "Total_CI_high": "41.8",
2457
- "Total_Formatted": "38.7 (CI 35.8, 41.8)",
2458
- "Female": "51.2",
2459
- "Female_CI_low": "46.7",
2460
- "Female_CI_high": "55.7",
2461
- "Female_Formatted": "51.2 (CI 46.7, 55.7)",
2462
- "Male": "26.8",
2463
- "Male_CI_low": "23.8",
2464
- "Male_CI_high": "30",
2465
- "Male_Formatted": "26.8 (CI 23.8, 30.0)"
2466
- },
2467
- {
2468
- "Year": "2023",
2469
- "State": "PR",
2470
- "State_Long": "Puerto Rico",
2471
- "Total": "39.2",
2472
- "Total_CI_low": "34.8",
2473
- "Total_CI_high": "43.8",
2474
- "Total_Formatted": "39.2 (CI 34.8, 43.8)",
2475
- "Female": "51.5",
2476
- "Female_CI_low": "46.5",
2477
- "Female_CI_high": "56.6",
2478
- "Female_Formatted": "51.5 (CI 46.5, 56.6)",
2479
- "Male": "26.3",
2480
- "Male_CI_low": "22.5",
2481
- "Male_CI_high": "30.5",
2482
- "Male_Formatted": "26.3 (CI 22.5, 30.5)"
2483
- },
2484
- {
2485
- "Year": "2023",
2486
- "State": "RI",
2487
- "State_Long": "Rhode Island",
2488
- "Total": "35.9",
2489
- "Total_CI_low": "31.1",
2490
- "Total_CI_high": "41.1",
2491
- "Total_Formatted": "35.9 (CI 31.1, 41.1)",
2492
- "Female": "46.7",
2493
- "Female_CI_low": "41.4",
2494
- "Female_CI_high": "52.2",
2495
- "Female_Formatted": "46.7 (CI 41.4, 52.2)",
2496
- "Male": "22.9",
2497
- "Male_CI_low": "18.9",
2498
- "Male_CI_high": "27.4",
2499
- "Male_Formatted": "22.9 (CI 18.9, 27.4)"
2500
- },
2501
- {
2502
- "Year": "2023",
2503
- "State": "SC",
2504
- "State_Long": "South Carolina",
2505
- "Total": "Not Available",
2506
- "Total_CI_low": "Not Available",
2507
- "Total_CI_high": "Not Available",
2508
- "Total_Formatted": "Not Available",
2509
- "Female": "Not Available",
2510
- "Female_CI_low": "Not Available",
2511
- "Female_CI_high": "Not Available",
2512
- "Female_Formatted": "Not Available",
2513
- "Male": "Not Available",
2514
- "Male_CI_low": "Not Available",
2515
- "Male_CI_high": "Not Available",
2516
- "Male_Formatted": "Not Available"
2517
- },
2518
- {
2519
- "Year": "2023",
2520
- "State": "SD",
2521
- "State_Long": "South Dakota",
2522
- "Total": "32",
2523
- "Total_CI_low": "29.6",
2524
- "Total_CI_high": "34.4",
2525
- "Total_Formatted": "32 (CI 29.6, 34.4)",
2526
- "Female": "42.9",
2527
- "Female_CI_low": "40.6",
2528
- "Female_CI_high": "45.3",
2529
- "Female_Formatted": "42.9 (CI 40.6, 45.3)",
2530
- "Male": "21.3",
2531
- "Male_CI_low": "17.7",
2532
- "Male_CI_high": "25.3",
2533
- "Male_Formatted": "21.3 (CI 17.7, 25.3)"
2534
- },
2535
- {
2536
- "Year": "2023",
2537
- "State": "TN",
2538
- "State_Long": "Tennessee",
2539
- "Total": "42.7",
2540
- "Total_CI_low": "38.3",
2541
- "Total_CI_high": "47.2",
2542
- "Total_Formatted": "42.7 (CI 38.3, 47.2)",
2543
- "Female": "55.1",
2544
- "Female_CI_low": "47.8",
2545
- "Female_CI_high": "62.1",
2546
- "Female_Formatted": "55.1 (CI 47.8, 62.1)",
2547
- "Male": "30.4",
2548
- "Male_CI_low": "26.8",
2549
- "Male_CI_high": "34.3",
2550
- "Male_Formatted": "30.4 (CI 26.8, 34.3)"
2551
- },
2552
- {
2553
- "Year": "2023",
2554
- "State": "TX",
2555
- "State_Long": "Texas",
2556
- "Total": "42.4",
2557
- "Total_CI_low": "37.2",
2558
- "Total_CI_high": "47.8",
2559
- "Total_Formatted": "42.4 (CI 37.2, 47.8)",
2560
- "Female": "56.4",
2561
- "Female_CI_low": "49",
2562
- "Female_CI_high": "63.5",
2563
- "Female_Formatted": "56.4 (CI 49.0, 63.5)",
2564
- "Male": "29",
2565
- "Male_CI_low": "25.5",
2566
- "Male_CI_high": "32.7",
2567
- "Male_Formatted": "29 (CI 25.5, 32.7)"
2568
- },
2569
- {
2570
- "Year": "2023",
2571
- "State": "UT",
2572
- "State_Long": "Utah",
2573
- "Total": "37",
2574
- "Total_CI_low": "31.4",
2575
- "Total_CI_high": "43",
2576
- "Total_Formatted": "37 (CI 31.4, 43.0)",
2577
- "Female": "47.2",
2578
- "Female_CI_low": "39.1",
2579
- "Female_CI_high": "55.4",
2580
- "Female_Formatted": "47.2 (CI 39.1, 55.4)",
2581
- "Male": "26.6",
2582
- "Male_CI_low": "21.6",
2583
- "Male_CI_high": "32.3",
2584
- "Male_Formatted": "26.6 (CI 21.6, 32.3)"
2585
- },
2586
- {
2587
- "Year": "2023",
2588
- "State": "VT",
2589
- "State_Long": "Vermont",
2590
- "Total": "29.3",
2591
- "Total_CI_low": "28.5",
2592
- "Total_CI_high": "30.1",
2593
- "Total_Formatted": "29.3 (CI 28.5, 30.1)",
2594
- "Female": "39.2",
2595
- "Female_CI_low": "38.1",
2596
- "Female_CI_high": "40.4",
2597
- "Female_Formatted": "39.2 (CI 38.1, 40.4)",
2598
- "Male": "19.5",
2599
- "Male_CI_low": "18.5",
2600
- "Male_CI_high": "20.4",
2601
- "Male_Formatted": "19.5 (CI 18.5, 20.4)"
2602
- },
2603
- {
2604
- "Year": "2023",
2605
- "State": "VA",
2606
- "State_Long": "Virginia",
2607
- "Total": "33.4",
2608
- "Total_CI_low": "29",
2609
- "Total_CI_high": "38.1",
2610
- "Total_Formatted": "33.4 (CI 29.0, 38.1)",
2611
- "Female": "46.6",
2612
- "Female_CI_low": "39.8",
2613
- "Female_CI_high": "53.5",
2614
- "Female_Formatted": "46.6 (CI 39.8, 53.5)",
2615
- "Male": "20.9",
2616
- "Male_CI_low": "17.5",
2617
- "Male_CI_high": "24.7",
2618
- "Male_Formatted": "20.9 (CI 17.5, 24.7)"
2619
- },
2620
- {
2621
- "Year": "2023",
2622
- "State": "WV",
2623
- "State_Long": "West Virginia",
2624
- "Total": "43.8",
2625
- "Total_CI_low": "38.6",
2626
- "Total_CI_high": "49",
2627
- "Total_Formatted": "43.8 (CI 38.6, 49.0)",
2628
- "Female": "60.8",
2629
- "Female_CI_low": "53.5",
2630
- "Female_CI_high": "67.7",
2631
- "Female_Formatted": "60.8 (CI 53.5, 67.7)",
2632
- "Male": "29.7",
2633
- "Male_CI_low": "25",
2634
- "Male_CI_high": "34.9",
2635
- "Male_Formatted": "29.7 (CI 25.0, 34.9)"
2636
- },
2637
- {
2638
- "Year": "2023",
2639
- "State": "WI",
2640
- "State_Long": "Wisconsin",
2641
- "Total": "35",
2642
- "Total_CI_low": "31.8",
2643
- "Total_CI_high": "38.3",
2644
- "Total_Formatted": "35 (CI 31.8, 38.3)",
2645
- "Female": "45",
2646
- "Female_CI_low": "41.3",
2647
- "Female_CI_high": "48.7",
2648
- "Female_Formatted": "45 (CI 41.3, 48.7)",
2649
- "Male": "24.9",
2650
- "Male_CI_low": "20.3",
2651
- "Male_CI_high": "30.1",
2652
- "Male_Formatted": "24.9 (CI 20.3, 30.1)"
2653
- }
2654
- ]