@cdc/dashboard 4.25.3 → 4.25.5-1

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/Dynamic_Data.md +79 -0
  2. package/Override_Data.md +39 -0
  3. package/dist/cdcdashboard.js +67657 -70123
  4. package/examples/legend-issue-data.json +1874 -0
  5. package/examples/legend-issue.json +749 -0
  6. package/examples/map.json +628 -0
  7. package/index.html +1 -26
  8. package/package.json +10 -15
  9. package/src/CdcDashboardComponent.tsx +32 -5
  10. package/src/_stories/Dashboard.stories.tsx +2 -0
  11. package/src/_stories/_mock/api-filter-map.json +42 -1
  12. package/src/components/CollapsibleVisualizationRow.tsx +2 -2
  13. package/src/components/DashboardFilters/DashboardFilters.tsx +1 -1
  14. package/src/components/DashboardFilters/DashboardFiltersEditor/components/APIModal.tsx +129 -0
  15. package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +680 -652
  16. package/src/components/DataDesignerModal.tsx +33 -14
  17. package/src/components/MultiConfigTabs/multiconfigtabs.styles.css +3 -0
  18. package/src/components/Row.tsx +2 -1
  19. package/src/components/VisualizationRow.tsx +1 -1
  20. package/src/helpers/reloadURLHelpers.ts +10 -2
  21. package/src/helpers/shouldLoadAllFilters.ts +30 -30
  22. package/src/index.tsx +2 -1
  23. package/src/scss/main.scss +0 -5
  24. package/src/store/dashboard.actions.ts +2 -0
  25. package/src/store/dashboard.reducer.ts +15 -0
  26. package/src/types/DataSet.ts +1 -0
  27. package/src/types/SharedFilter.ts +2 -0
  28. package/LICENSE +0 -201
  29. package/examples/private/DEV-10120.json +0 -1294
  30. package/examples/private/DEV-10527.json +0 -845
  31. package/examples/private/DEV-10586.json +0 -54319
  32. package/examples/private/DEV-10856.json +0 -54319
  33. package/examples/private/DEV-9199.json +0 -606
  34. package/examples/private/DEV-9644.json +0 -20092
  35. package/examples/private/DEV-9684.json +0 -2135
  36. package/examples/private/DEV-9932.json +0 -95
  37. package/examples/private/DEV-9989.json +0 -229
  38. package/examples/private/art-dashboard.json +0 -18174
  39. package/examples/private/art-scratch.json +0 -2406
  40. package/examples/private/bird-flu-2.json +0 -440
  41. package/examples/private/bird-flu.json +0 -413
  42. package/examples/private/dashboard-config-ehdi.json +0 -29915
  43. package/examples/private/dashboard-map-filter.json +0 -815
  44. package/examples/private/dashboard-margins.js +0 -15
  45. package/examples/private/dataset.json +0 -1452
  46. package/examples/private/dev-10856-2.json +0 -1348
  47. package/examples/private/ehdi-data.json +0 -29502
  48. package/examples/private/exposure-source-h5-data.csv +0 -26
  49. package/examples/private/fatal-data.csv +0 -3159
  50. package/examples/private/feelings.json +0 -1
  51. package/examples/private/gaza-issue.json +0 -1214
  52. package/examples/private/markup.json +0 -115
  53. package/examples/private/nhis.json +0 -1792
  54. package/examples/private/workforce.json +0 -2041
@@ -0,0 +1,1874 @@
1
+ [
2
+ {
3
+ "epi_week": "05/10/2025",
4
+ "state": "Alabama",
5
+ "animal_category": "All Animals",
6
+ "total_animal_detections": 2,
7
+ "total_animal_detections_cat": "1-10",
8
+ "total_human_detections": 0,
9
+ "total_human_detections_cat": "0"
10
+ },
11
+ {
12
+ "epi_week": "05/10/2025",
13
+ "state": "Alabama",
14
+ "animal_category": "Backyard Flocks",
15
+ "total_animal_detections": 1,
16
+ "total_animal_detections_cat": "1-5",
17
+ "total_human_detections": 0,
18
+ "total_human_detections_cat": "0"
19
+ },
20
+ {
21
+ "epi_week": "05/10/2025",
22
+ "state": "Alabama",
23
+ "animal_category": "Commercial Poultry Flocks",
24
+ "total_animal_detections": 1,
25
+ "total_animal_detections_cat": "1-5",
26
+ "total_human_detections": 0,
27
+ "total_human_detections_cat": "0"
28
+ },
29
+ {
30
+ "epi_week": "05/10/2025",
31
+ "state": "Alabama",
32
+ "animal_category": "Dairy Herds",
33
+ "total_animal_detections": 0,
34
+ "total_animal_detections_cat": "0",
35
+ "total_human_detections": 0,
36
+ "total_human_detections_cat": "0"
37
+ },
38
+ {
39
+ "epi_week": "05/10/2025",
40
+ "state": "Alaska",
41
+ "animal_category": "All Animals",
42
+ "total_animal_detections": 2,
43
+ "total_animal_detections_cat": "1-10",
44
+ "total_human_detections": 0,
45
+ "total_human_detections_cat": "0"
46
+ },
47
+ {
48
+ "epi_week": "05/10/2025",
49
+ "state": "Alaska",
50
+ "animal_category": "Backyard Flocks",
51
+ "total_animal_detections": 2,
52
+ "total_animal_detections_cat": "1-5",
53
+ "total_human_detections": 0,
54
+ "total_human_detections_cat": "0"
55
+ },
56
+ {
57
+ "epi_week": "05/10/2025",
58
+ "state": "Alaska",
59
+ "animal_category": "Commercial Poultry Flocks",
60
+ "total_animal_detections": 0,
61
+ "total_animal_detections_cat": "0",
62
+ "total_human_detections": 0,
63
+ "total_human_detections_cat": "0"
64
+ },
65
+ {
66
+ "epi_week": "05/10/2025",
67
+ "state": "Alaska",
68
+ "animal_category": "Dairy Herds",
69
+ "total_animal_detections": 0,
70
+ "total_animal_detections_cat": "0",
71
+ "total_human_detections": 0,
72
+ "total_human_detections_cat": "0"
73
+ },
74
+ {
75
+ "epi_week": "05/10/2025",
76
+ "state": "Arizona",
77
+ "animal_category": "All Animals",
78
+ "total_animal_detections": 9,
79
+ "total_animal_detections_cat": "1-10",
80
+ "total_human_detections": 0,
81
+ "total_human_detections_cat": "0"
82
+ },
83
+ {
84
+ "epi_week": "05/10/2025",
85
+ "state": "Arizona",
86
+ "animal_category": "Backyard Flocks",
87
+ "total_animal_detections": 3,
88
+ "total_animal_detections_cat": "1-5",
89
+ "total_human_detections": 0,
90
+ "total_human_detections_cat": "0"
91
+ },
92
+ {
93
+ "epi_week": "05/10/2025",
94
+ "state": "Arizona",
95
+ "animal_category": "Commercial Poultry Flocks",
96
+ "total_animal_detections": 2,
97
+ "total_animal_detections_cat": "1-5",
98
+ "total_human_detections": 0,
99
+ "total_human_detections_cat": "0"
100
+ },
101
+ {
102
+ "epi_week": "05/10/2025",
103
+ "state": "Arizona",
104
+ "animal_category": "Dairy Herds",
105
+ "total_animal_detections": 4,
106
+ "total_animal_detections_cat": "1-10",
107
+ "total_human_detections": 0,
108
+ "total_human_detections_cat": "0"
109
+ },
110
+ {
111
+ "epi_week": "05/10/2025",
112
+ "state": "Arkansas",
113
+ "animal_category": "All Animals",
114
+ "total_animal_detections": 9,
115
+ "total_animal_detections_cat": "1-10",
116
+ "total_human_detections": 0,
117
+ "total_human_detections_cat": "0"
118
+ },
119
+ {
120
+ "epi_week": "05/10/2025",
121
+ "state": "Arkansas",
122
+ "animal_category": "Backyard Flocks",
123
+ "total_animal_detections": 6,
124
+ "total_animal_detections_cat": "6-10",
125
+ "total_human_detections": 0,
126
+ "total_human_detections_cat": "0"
127
+ },
128
+ {
129
+ "epi_week": "05/10/2025",
130
+ "state": "Arkansas",
131
+ "animal_category": "Commercial Poultry Flocks",
132
+ "total_animal_detections": 3,
133
+ "total_animal_detections_cat": "1-5",
134
+ "total_human_detections": 0,
135
+ "total_human_detections_cat": "0"
136
+ },
137
+ {
138
+ "epi_week": "05/10/2025",
139
+ "state": "Arkansas",
140
+ "animal_category": "Dairy Herds",
141
+ "total_animal_detections": 0,
142
+ "total_animal_detections_cat": "0",
143
+ "total_human_detections": 0,
144
+ "total_human_detections_cat": "0"
145
+ },
146
+ {
147
+ "epi_week": "05/10/2025",
148
+ "state": "California",
149
+ "animal_category": "All Animals",
150
+ "total_animal_detections": 851,
151
+ "total_animal_detections_cat": ">100",
152
+ "total_human_detections": 38,
153
+ "total_human_detections_cat": ">20"
154
+ },
155
+ {
156
+ "epi_week": "05/10/2025",
157
+ "state": "California",
158
+ "animal_category": "Backyard Flocks",
159
+ "total_animal_detections": 17,
160
+ "total_animal_detections_cat": "11-20",
161
+ "total_human_detections": 0,
162
+ "total_human_detections_cat": "0"
163
+ },
164
+ {
165
+ "epi_week": "05/10/2025",
166
+ "state": "California",
167
+ "animal_category": "Commercial Poultry Flocks",
168
+ "total_animal_detections": 68,
169
+ "total_animal_detections_cat": ">20",
170
+ "total_human_detections": 0,
171
+ "total_human_detections_cat": "0"
172
+ },
173
+ {
174
+ "epi_week": "05/10/2025",
175
+ "state": "California",
176
+ "animal_category": "Dairy Herds",
177
+ "total_animal_detections": 766,
178
+ "total_animal_detections_cat": ">100",
179
+ "total_human_detections": 36,
180
+ "total_human_detections_cat": ">20"
181
+ },
182
+ {
183
+ "epi_week": "05/10/2025",
184
+ "state": "Colorado",
185
+ "animal_category": "All Animals",
186
+ "total_animal_detections": 79,
187
+ "total_animal_detections_cat": "51-100",
188
+ "total_human_detections": 10,
189
+ "total_human_detections_cat": "1-10"
190
+ },
191
+ {
192
+ "epi_week": "05/10/2025",
193
+ "state": "Colorado",
194
+ "animal_category": "Backyard Flocks",
195
+ "total_animal_detections": 11,
196
+ "total_animal_detections_cat": "11-20",
197
+ "total_human_detections": 0,
198
+ "total_human_detections_cat": "0"
199
+ },
200
+ {
201
+ "epi_week": "05/10/2025",
202
+ "state": "Colorado",
203
+ "animal_category": "Commercial Poultry Flocks",
204
+ "total_animal_detections": 4,
205
+ "total_animal_detections_cat": "1-5",
206
+ "total_human_detections": 9,
207
+ "total_human_detections_cat": "1-10"
208
+ },
209
+ {
210
+ "epi_week": "05/10/2025",
211
+ "state": "Colorado",
212
+ "animal_category": "Dairy Herds",
213
+ "total_animal_detections": 64,
214
+ "total_animal_detections_cat": "51-100",
215
+ "total_human_detections": 1,
216
+ "total_human_detections_cat": "1-10"
217
+ },
218
+ {
219
+ "epi_week": "05/10/2025",
220
+ "state": "Connecticut",
221
+ "animal_category": "All Animals",
222
+ "total_animal_detections": 3,
223
+ "total_animal_detections_cat": "1-10",
224
+ "total_human_detections": 0,
225
+ "total_human_detections_cat": "0"
226
+ },
227
+ {
228
+ "epi_week": "05/10/2025",
229
+ "state": "Connecticut",
230
+ "animal_category": "Backyard Flocks",
231
+ "total_animal_detections": 3,
232
+ "total_animal_detections_cat": "1-5",
233
+ "total_human_detections": 0,
234
+ "total_human_detections_cat": "0"
235
+ },
236
+ {
237
+ "epi_week": "05/10/2025",
238
+ "state": "Connecticut",
239
+ "animal_category": "Commercial Poultry Flocks",
240
+ "total_animal_detections": 0,
241
+ "total_animal_detections_cat": "0",
242
+ "total_human_detections": 0,
243
+ "total_human_detections_cat": "0"
244
+ },
245
+ {
246
+ "epi_week": "05/10/2025",
247
+ "state": "Connecticut",
248
+ "animal_category": "Dairy Herds",
249
+ "total_animal_detections": 0,
250
+ "total_animal_detections_cat": "0",
251
+ "total_human_detections": 0,
252
+ "total_human_detections_cat": "0"
253
+ },
254
+ {
255
+ "epi_week": "05/10/2025",
256
+ "state": "Delaware",
257
+ "animal_category": "All Animals",
258
+ "total_animal_detections": 4,
259
+ "total_animal_detections_cat": "1-10",
260
+ "total_human_detections": 0,
261
+ "total_human_detections_cat": "0"
262
+ },
263
+ {
264
+ "epi_week": "05/10/2025",
265
+ "state": "Delaware",
266
+ "animal_category": "Backyard Flocks",
267
+ "total_animal_detections": 1,
268
+ "total_animal_detections_cat": "1-5",
269
+ "total_human_detections": 0,
270
+ "total_human_detections_cat": "0"
271
+ },
272
+ {
273
+ "epi_week": "05/10/2025",
274
+ "state": "Delaware",
275
+ "animal_category": "Commercial Poultry Flocks",
276
+ "total_animal_detections": 3,
277
+ "total_animal_detections_cat": "1-5",
278
+ "total_human_detections": 0,
279
+ "total_human_detections_cat": "0"
280
+ },
281
+ {
282
+ "epi_week": "05/10/2025",
283
+ "state": "Delaware",
284
+ "animal_category": "Dairy Herds",
285
+ "total_animal_detections": 0,
286
+ "total_animal_detections_cat": "0",
287
+ "total_human_detections": 0,
288
+ "total_human_detections_cat": "0"
289
+ },
290
+ {
291
+ "epi_week": "05/10/2025",
292
+ "state": "District of Columbia",
293
+ "animal_category": "All Animals",
294
+ "total_animal_detections": 0,
295
+ "total_animal_detections_cat": "0",
296
+ "total_human_detections": 0,
297
+ "total_human_detections_cat": "0"
298
+ },
299
+ {
300
+ "epi_week": "05/10/2025",
301
+ "state": "District of Columbia",
302
+ "animal_category": "Backyard Flocks",
303
+ "total_animal_detections": 0,
304
+ "total_animal_detections_cat": "0",
305
+ "total_human_detections": 0,
306
+ "total_human_detections_cat": "0"
307
+ },
308
+ {
309
+ "epi_week": "05/10/2025",
310
+ "state": "District of Columbia",
311
+ "animal_category": "Commercial Poultry Flocks",
312
+ "total_animal_detections": 0,
313
+ "total_animal_detections_cat": "0",
314
+ "total_human_detections": 0,
315
+ "total_human_detections_cat": "0"
316
+ },
317
+ {
318
+ "epi_week": "05/10/2025",
319
+ "state": "District of Columbia",
320
+ "animal_category": "Dairy Herds",
321
+ "total_animal_detections": 0,
322
+ "total_animal_detections_cat": "0",
323
+ "total_human_detections": 0,
324
+ "total_human_detections_cat": "0"
325
+ },
326
+ {
327
+ "epi_week": "05/10/2025",
328
+ "state": "Florida",
329
+ "animal_category": "All Animals",
330
+ "total_animal_detections": 22,
331
+ "total_animal_detections_cat": "11-50",
332
+ "total_human_detections": 0,
333
+ "total_human_detections_cat": "0"
334
+ },
335
+ {
336
+ "epi_week": "05/10/2025",
337
+ "state": "Florida",
338
+ "animal_category": "Backyard Flocks",
339
+ "total_animal_detections": 22,
340
+ "total_animal_detections_cat": ">20",
341
+ "total_human_detections": 0,
342
+ "total_human_detections_cat": "0"
343
+ },
344
+ {
345
+ "epi_week": "05/10/2025",
346
+ "state": "Florida",
347
+ "animal_category": "Commercial Poultry Flocks",
348
+ "total_animal_detections": 0,
349
+ "total_animal_detections_cat": "0",
350
+ "total_human_detections": 0,
351
+ "total_human_detections_cat": "0"
352
+ },
353
+ {
354
+ "epi_week": "05/10/2025",
355
+ "state": "Florida",
356
+ "animal_category": "Dairy Herds",
357
+ "total_animal_detections": 0,
358
+ "total_animal_detections_cat": "0",
359
+ "total_human_detections": 0,
360
+ "total_human_detections_cat": "0"
361
+ },
362
+ {
363
+ "epi_week": "05/10/2025",
364
+ "state": "Georgia",
365
+ "animal_category": "All Animals",
366
+ "total_animal_detections": 3,
367
+ "total_animal_detections_cat": "1-10",
368
+ "total_human_detections": 0,
369
+ "total_human_detections_cat": "0"
370
+ },
371
+ {
372
+ "epi_week": "05/10/2025",
373
+ "state": "Georgia",
374
+ "animal_category": "Backyard Flocks",
375
+ "total_animal_detections": 1,
376
+ "total_animal_detections_cat": "1-5",
377
+ "total_human_detections": 0,
378
+ "total_human_detections_cat": "0"
379
+ },
380
+ {
381
+ "epi_week": "05/10/2025",
382
+ "state": "Georgia",
383
+ "animal_category": "Commercial Poultry Flocks",
384
+ "total_animal_detections": 2,
385
+ "total_animal_detections_cat": "1-5",
386
+ "total_human_detections": 0,
387
+ "total_human_detections_cat": "0"
388
+ },
389
+ {
390
+ "epi_week": "05/10/2025",
391
+ "state": "Georgia",
392
+ "animal_category": "Dairy Herds",
393
+ "total_animal_detections": 0,
394
+ "total_animal_detections_cat": "0",
395
+ "total_human_detections": 0,
396
+ "total_human_detections_cat": "0"
397
+ },
398
+ {
399
+ "epi_week": "05/10/2025",
400
+ "state": "Hawaii",
401
+ "animal_category": "All Animals",
402
+ "total_animal_detections": 2,
403
+ "total_animal_detections_cat": "1-10",
404
+ "total_human_detections": 0,
405
+ "total_human_detections_cat": "0"
406
+ },
407
+ {
408
+ "epi_week": "05/10/2025",
409
+ "state": "Hawaii",
410
+ "animal_category": "Backyard Flocks",
411
+ "total_animal_detections": 2,
412
+ "total_animal_detections_cat": "1-5",
413
+ "total_human_detections": 0,
414
+ "total_human_detections_cat": "0"
415
+ },
416
+ {
417
+ "epi_week": "05/10/2025",
418
+ "state": "Hawaii",
419
+ "animal_category": "Commercial Poultry Flocks",
420
+ "total_animal_detections": 0,
421
+ "total_animal_detections_cat": "0",
422
+ "total_human_detections": 0,
423
+ "total_human_detections_cat": "0"
424
+ },
425
+ {
426
+ "epi_week": "05/10/2025",
427
+ "state": "Hawaii",
428
+ "animal_category": "Dairy Herds",
429
+ "total_animal_detections": 0,
430
+ "total_animal_detections_cat": "0",
431
+ "total_human_detections": 0,
432
+ "total_human_detections_cat": "0"
433
+ },
434
+ {
435
+ "epi_week": "05/10/2025",
436
+ "state": "Idaho",
437
+ "animal_category": "All Animals",
438
+ "total_animal_detections": 114,
439
+ "total_animal_detections_cat": ">100",
440
+ "total_human_detections": 0,
441
+ "total_human_detections_cat": "0"
442
+ },
443
+ {
444
+ "epi_week": "05/10/2025",
445
+ "state": "Idaho",
446
+ "animal_category": "Backyard Flocks",
447
+ "total_animal_detections": 24,
448
+ "total_animal_detections_cat": ">20",
449
+ "total_human_detections": 0,
450
+ "total_human_detections_cat": "0"
451
+ },
452
+ {
453
+ "epi_week": "05/10/2025",
454
+ "state": "Idaho",
455
+ "animal_category": "Commercial Poultry Flocks",
456
+ "total_animal_detections": 0,
457
+ "total_animal_detections_cat": "0",
458
+ "total_human_detections": 0,
459
+ "total_human_detections_cat": "0"
460
+ },
461
+ {
462
+ "epi_week": "05/10/2025",
463
+ "state": "Idaho",
464
+ "animal_category": "Dairy Herds",
465
+ "total_animal_detections": 90,
466
+ "total_animal_detections_cat": "51-100",
467
+ "total_human_detections": 0,
468
+ "total_human_detections_cat": "0"
469
+ },
470
+ {
471
+ "epi_week": "05/10/2025",
472
+ "state": "Illinois",
473
+ "animal_category": "All Animals",
474
+ "total_animal_detections": 9,
475
+ "total_animal_detections_cat": "1-10",
476
+ "total_human_detections": 0,
477
+ "total_human_detections_cat": "0"
478
+ },
479
+ {
480
+ "epi_week": "05/10/2025",
481
+ "state": "Illinois",
482
+ "animal_category": "Backyard Flocks",
483
+ "total_animal_detections": 5,
484
+ "total_animal_detections_cat": "1-5",
485
+ "total_human_detections": 0,
486
+ "total_human_detections_cat": "0"
487
+ },
488
+ {
489
+ "epi_week": "05/10/2025",
490
+ "state": "Illinois",
491
+ "animal_category": "Commercial Poultry Flocks",
492
+ "total_animal_detections": 4,
493
+ "total_animal_detections_cat": "1-5",
494
+ "total_human_detections": 0,
495
+ "total_human_detections_cat": "0"
496
+ },
497
+ {
498
+ "epi_week": "05/10/2025",
499
+ "state": "Illinois",
500
+ "animal_category": "Dairy Herds",
501
+ "total_animal_detections": 0,
502
+ "total_animal_detections_cat": "0",
503
+ "total_human_detections": 0,
504
+ "total_human_detections_cat": "0"
505
+ },
506
+ {
507
+ "epi_week": "05/10/2025",
508
+ "state": "Indiana",
509
+ "animal_category": "All Animals",
510
+ "total_animal_detections": 29,
511
+ "total_animal_detections_cat": "11-50",
512
+ "total_human_detections": 0,
513
+ "total_human_detections_cat": "0"
514
+ },
515
+ {
516
+ "epi_week": "05/10/2025",
517
+ "state": "Indiana",
518
+ "animal_category": "Backyard Flocks",
519
+ "total_animal_detections": 8,
520
+ "total_animal_detections_cat": "6-10",
521
+ "total_human_detections": 0,
522
+ "total_human_detections_cat": "0"
523
+ },
524
+ {
525
+ "epi_week": "05/10/2025",
526
+ "state": "Indiana",
527
+ "animal_category": "Commercial Poultry Flocks",
528
+ "total_animal_detections": 21,
529
+ "total_animal_detections_cat": ">20",
530
+ "total_human_detections": 0,
531
+ "total_human_detections_cat": "0"
532
+ },
533
+ {
534
+ "epi_week": "05/10/2025",
535
+ "state": "Indiana",
536
+ "animal_category": "Dairy Herds",
537
+ "total_animal_detections": 0,
538
+ "total_animal_detections_cat": "0",
539
+ "total_human_detections": 0,
540
+ "total_human_detections_cat": "0"
541
+ },
542
+ {
543
+ "epi_week": "05/10/2025",
544
+ "state": "Iowa",
545
+ "animal_category": "All Animals",
546
+ "total_animal_detections": 31,
547
+ "total_animal_detections_cat": "11-50",
548
+ "total_human_detections": 1,
549
+ "total_human_detections_cat": "1-10"
550
+ },
551
+ {
552
+ "epi_week": "05/10/2025",
553
+ "state": "Iowa",
554
+ "animal_category": "Backyard Flocks",
555
+ "total_animal_detections": 4,
556
+ "total_animal_detections_cat": "1-5",
557
+ "total_human_detections": 0,
558
+ "total_human_detections_cat": "0"
559
+ },
560
+ {
561
+ "epi_week": "05/10/2025",
562
+ "state": "Iowa",
563
+ "animal_category": "Commercial Poultry Flocks",
564
+ "total_animal_detections": 14,
565
+ "total_animal_detections_cat": "11-20",
566
+ "total_human_detections": 1,
567
+ "total_human_detections_cat": "1-10"
568
+ },
569
+ {
570
+ "epi_week": "05/10/2025",
571
+ "state": "Iowa",
572
+ "animal_category": "Dairy Herds",
573
+ "total_animal_detections": 13,
574
+ "total_animal_detections_cat": "11-50",
575
+ "total_human_detections": 0,
576
+ "total_human_detections_cat": "0"
577
+ },
578
+ {
579
+ "epi_week": "05/10/2025",
580
+ "state": "Kansas",
581
+ "animal_category": "All Animals",
582
+ "total_animal_detections": 24,
583
+ "total_animal_detections_cat": "11-50",
584
+ "total_human_detections": 0,
585
+ "total_human_detections_cat": "0"
586
+ },
587
+ {
588
+ "epi_week": "05/10/2025",
589
+ "state": "Kansas",
590
+ "animal_category": "Backyard Flocks",
591
+ "total_animal_detections": 13,
592
+ "total_animal_detections_cat": "11-20",
593
+ "total_human_detections": 0,
594
+ "total_human_detections_cat": "0"
595
+ },
596
+ {
597
+ "epi_week": "05/10/2025",
598
+ "state": "Kansas",
599
+ "animal_category": "Commercial Poultry Flocks",
600
+ "total_animal_detections": 7,
601
+ "total_animal_detections_cat": "6-10",
602
+ "total_human_detections": 0,
603
+ "total_human_detections_cat": "0"
604
+ },
605
+ {
606
+ "epi_week": "05/10/2025",
607
+ "state": "Kansas",
608
+ "animal_category": "Dairy Herds",
609
+ "total_animal_detections": 4,
610
+ "total_animal_detections_cat": "1-10",
611
+ "total_human_detections": 0,
612
+ "total_human_detections_cat": "0"
613
+ },
614
+ {
615
+ "epi_week": "05/10/2025",
616
+ "state": "Kentucky",
617
+ "animal_category": "All Animals",
618
+ "total_animal_detections": 0,
619
+ "total_animal_detections_cat": "0",
620
+ "total_human_detections": 0,
621
+ "total_human_detections_cat": "0"
622
+ },
623
+ {
624
+ "epi_week": "05/10/2025",
625
+ "state": "Kentucky",
626
+ "animal_category": "Backyard Flocks",
627
+ "total_animal_detections": 0,
628
+ "total_animal_detections_cat": "0",
629
+ "total_human_detections": 0,
630
+ "total_human_detections_cat": "0"
631
+ },
632
+ {
633
+ "epi_week": "05/10/2025",
634
+ "state": "Kentucky",
635
+ "animal_category": "Commercial Poultry Flocks",
636
+ "total_animal_detections": 0,
637
+ "total_animal_detections_cat": "0",
638
+ "total_human_detections": 0,
639
+ "total_human_detections_cat": "0"
640
+ },
641
+ {
642
+ "epi_week": "05/10/2025",
643
+ "state": "Kentucky",
644
+ "animal_category": "Dairy Herds",
645
+ "total_animal_detections": 0,
646
+ "total_animal_detections_cat": "0",
647
+ "total_human_detections": 0,
648
+ "total_human_detections_cat": "0"
649
+ },
650
+ {
651
+ "epi_week": "05/10/2025",
652
+ "state": "Louisiana",
653
+ "animal_category": "All Animals",
654
+ "total_animal_detections": 3,
655
+ "total_animal_detections_cat": "1-10",
656
+ "total_human_detections": 1,
657
+ "total_human_detections_cat": "1-10"
658
+ },
659
+ {
660
+ "epi_week": "05/10/2025",
661
+ "state": "Louisiana",
662
+ "animal_category": "Backyard Flocks",
663
+ "total_animal_detections": 3,
664
+ "total_animal_detections_cat": "1-5",
665
+ "total_human_detections": 1,
666
+ "total_human_detections_cat": "1-10"
667
+ },
668
+ {
669
+ "epi_week": "05/10/2025",
670
+ "state": "Louisiana",
671
+ "animal_category": "Commercial Poultry Flocks",
672
+ "total_animal_detections": 0,
673
+ "total_animal_detections_cat": "0",
674
+ "total_human_detections": 0,
675
+ "total_human_detections_cat": "0"
676
+ },
677
+ {
678
+ "epi_week": "05/10/2025",
679
+ "state": "Louisiana",
680
+ "animal_category": "Dairy Herds",
681
+ "total_animal_detections": 0,
682
+ "total_animal_detections_cat": "0",
683
+ "total_human_detections": 0,
684
+ "total_human_detections_cat": "0"
685
+ },
686
+ {
687
+ "epi_week": "05/10/2025",
688
+ "state": "Maine",
689
+ "animal_category": "All Animals",
690
+ "total_animal_detections": 5,
691
+ "total_animal_detections_cat": "1-10",
692
+ "total_human_detections": 0,
693
+ "total_human_detections_cat": "0"
694
+ },
695
+ {
696
+ "epi_week": "05/10/2025",
697
+ "state": "Maine",
698
+ "animal_category": "Backyard Flocks",
699
+ "total_animal_detections": 5,
700
+ "total_animal_detections_cat": "1-5",
701
+ "total_human_detections": 0,
702
+ "total_human_detections_cat": "0"
703
+ },
704
+ {
705
+ "epi_week": "05/10/2025",
706
+ "state": "Maine",
707
+ "animal_category": "Commercial Poultry Flocks",
708
+ "total_animal_detections": 0,
709
+ "total_animal_detections_cat": "0",
710
+ "total_human_detections": 0,
711
+ "total_human_detections_cat": "0"
712
+ },
713
+ {
714
+ "epi_week": "05/10/2025",
715
+ "state": "Maine",
716
+ "animal_category": "Dairy Herds",
717
+ "total_animal_detections": 0,
718
+ "total_animal_detections_cat": "0",
719
+ "total_human_detections": 0,
720
+ "total_human_detections_cat": "0"
721
+ },
722
+ {
723
+ "epi_week": "05/10/2025",
724
+ "state": "Maryland",
725
+ "animal_category": "All Animals",
726
+ "total_animal_detections": 10,
727
+ "total_animal_detections_cat": "1-10",
728
+ "total_human_detections": 0,
729
+ "total_human_detections_cat": "0"
730
+ },
731
+ {
732
+ "epi_week": "05/10/2025",
733
+ "state": "Maryland",
734
+ "animal_category": "Backyard Flocks",
735
+ "total_animal_detections": 5,
736
+ "total_animal_detections_cat": "1-5",
737
+ "total_human_detections": 0,
738
+ "total_human_detections_cat": "0"
739
+ },
740
+ {
741
+ "epi_week": "05/10/2025",
742
+ "state": "Maryland",
743
+ "animal_category": "Commercial Poultry Flocks",
744
+ "total_animal_detections": 5,
745
+ "total_animal_detections_cat": "1-5",
746
+ "total_human_detections": 0,
747
+ "total_human_detections_cat": "0"
748
+ },
749
+ {
750
+ "epi_week": "05/10/2025",
751
+ "state": "Maryland",
752
+ "animal_category": "Dairy Herds",
753
+ "total_animal_detections": 0,
754
+ "total_animal_detections_cat": "0",
755
+ "total_human_detections": 0,
756
+ "total_human_detections_cat": "0"
757
+ },
758
+ {
759
+ "epi_week": "05/10/2025",
760
+ "state": "Massachusetts",
761
+ "animal_category": "All Animals",
762
+ "total_animal_detections": 5,
763
+ "total_animal_detections_cat": "1-10",
764
+ "total_human_detections": 0,
765
+ "total_human_detections_cat": "0"
766
+ },
767
+ {
768
+ "epi_week": "05/10/2025",
769
+ "state": "Massachusetts",
770
+ "animal_category": "Backyard Flocks",
771
+ "total_animal_detections": 5,
772
+ "total_animal_detections_cat": "1-5",
773
+ "total_human_detections": 0,
774
+ "total_human_detections_cat": "0"
775
+ },
776
+ {
777
+ "epi_week": "05/10/2025",
778
+ "state": "Massachusetts",
779
+ "animal_category": "Commercial Poultry Flocks",
780
+ "total_animal_detections": 0,
781
+ "total_animal_detections_cat": "0",
782
+ "total_human_detections": 0,
783
+ "total_human_detections_cat": "0"
784
+ },
785
+ {
786
+ "epi_week": "05/10/2025",
787
+ "state": "Massachusetts",
788
+ "animal_category": "Dairy Herds",
789
+ "total_animal_detections": 0,
790
+ "total_animal_detections_cat": "0",
791
+ "total_human_detections": 0,
792
+ "total_human_detections_cat": "0"
793
+ },
794
+ {
795
+ "epi_week": "05/10/2025",
796
+ "state": "Michigan",
797
+ "animal_category": "All Animals",
798
+ "total_animal_detections": 53,
799
+ "total_animal_detections_cat": "51-100",
800
+ "total_human_detections": 2,
801
+ "total_human_detections_cat": "1-10"
802
+ },
803
+ {
804
+ "epi_week": "05/10/2025",
805
+ "state": "Michigan",
806
+ "animal_category": "Backyard Flocks",
807
+ "total_animal_detections": 9,
808
+ "total_animal_detections_cat": "6-10",
809
+ "total_human_detections": 0,
810
+ "total_human_detections_cat": "0"
811
+ },
812
+ {
813
+ "epi_week": "05/10/2025",
814
+ "state": "Michigan",
815
+ "animal_category": "Commercial Poultry Flocks",
816
+ "total_animal_detections": 13,
817
+ "total_animal_detections_cat": "11-20",
818
+ "total_human_detections": 0,
819
+ "total_human_detections_cat": "0"
820
+ },
821
+ {
822
+ "epi_week": "05/10/2025",
823
+ "state": "Michigan",
824
+ "animal_category": "Dairy Herds",
825
+ "total_animal_detections": 31,
826
+ "total_animal_detections_cat": "11-50",
827
+ "total_human_detections": 2,
828
+ "total_human_detections_cat": "1-10"
829
+ },
830
+ {
831
+ "epi_week": "05/10/2025",
832
+ "state": "Minnesota",
833
+ "animal_category": "All Animals",
834
+ "total_animal_detections": 45,
835
+ "total_animal_detections_cat": "11-50",
836
+ "total_human_detections": 0,
837
+ "total_human_detections_cat": "0"
838
+ },
839
+ {
840
+ "epi_week": "05/10/2025",
841
+ "state": "Minnesota",
842
+ "animal_category": "Backyard Flocks",
843
+ "total_animal_detections": 10,
844
+ "total_animal_detections_cat": "6-10",
845
+ "total_human_detections": 0,
846
+ "total_human_detections_cat": "0"
847
+ },
848
+ {
849
+ "epi_week": "05/10/2025",
850
+ "state": "Minnesota",
851
+ "animal_category": "Commercial Poultry Flocks",
852
+ "total_animal_detections": 26,
853
+ "total_animal_detections_cat": ">20",
854
+ "total_human_detections": 0,
855
+ "total_human_detections_cat": "0"
856
+ },
857
+ {
858
+ "epi_week": "05/10/2025",
859
+ "state": "Minnesota",
860
+ "animal_category": "Dairy Herds",
861
+ "total_animal_detections": 9,
862
+ "total_animal_detections_cat": "1-10",
863
+ "total_human_detections": 0,
864
+ "total_human_detections_cat": "0"
865
+ },
866
+ {
867
+ "epi_week": "05/10/2025",
868
+ "state": "Mississippi",
869
+ "animal_category": "All Animals",
870
+ "total_animal_detections": 3,
871
+ "total_animal_detections_cat": "1-10",
872
+ "total_human_detections": 0,
873
+ "total_human_detections_cat": "0"
874
+ },
875
+ {
876
+ "epi_week": "05/10/2025",
877
+ "state": "Mississippi",
878
+ "animal_category": "Backyard Flocks",
879
+ "total_animal_detections": 0,
880
+ "total_animal_detections_cat": "0",
881
+ "total_human_detections": 0,
882
+ "total_human_detections_cat": "0"
883
+ },
884
+ {
885
+ "epi_week": "05/10/2025",
886
+ "state": "Mississippi",
887
+ "animal_category": "Commercial Poultry Flocks",
888
+ "total_animal_detections": 3,
889
+ "total_animal_detections_cat": "1-5",
890
+ "total_human_detections": 0,
891
+ "total_human_detections_cat": "0"
892
+ },
893
+ {
894
+ "epi_week": "05/10/2025",
895
+ "state": "Mississippi",
896
+ "animal_category": "Dairy Herds",
897
+ "total_animal_detections": 0,
898
+ "total_animal_detections_cat": "0",
899
+ "total_human_detections": 0,
900
+ "total_human_detections_cat": "0"
901
+ },
902
+ {
903
+ "epi_week": "05/10/2025",
904
+ "state": "Missouri",
905
+ "animal_category": "All Animals",
906
+ "total_animal_detections": 35,
907
+ "total_animal_detections_cat": "11-50",
908
+ "total_human_detections": 1,
909
+ "total_human_detections_cat": "1-10"
910
+ },
911
+ {
912
+ "epi_week": "05/10/2025",
913
+ "state": "Missouri",
914
+ "animal_category": "Backyard Flocks",
915
+ "total_animal_detections": 10,
916
+ "total_animal_detections_cat": "6-10",
917
+ "total_human_detections": 0,
918
+ "total_human_detections_cat": "0"
919
+ },
920
+ {
921
+ "epi_week": "05/10/2025",
922
+ "state": "Missouri",
923
+ "animal_category": "Commercial Poultry Flocks",
924
+ "total_animal_detections": 25,
925
+ "total_animal_detections_cat": ">20",
926
+ "total_human_detections": 0,
927
+ "total_human_detections_cat": "0"
928
+ },
929
+ {
930
+ "epi_week": "05/10/2025",
931
+ "state": "Missouri",
932
+ "animal_category": "Dairy Herds",
933
+ "total_animal_detections": 0,
934
+ "total_animal_detections_cat": "0",
935
+ "total_human_detections": 0,
936
+ "total_human_detections_cat": "0"
937
+ },
938
+ {
939
+ "epi_week": "05/10/2025",
940
+ "state": "Montana",
941
+ "animal_category": "All Animals",
942
+ "total_animal_detections": 4,
943
+ "total_animal_detections_cat": "1-10",
944
+ "total_human_detections": 0,
945
+ "total_human_detections_cat": "0"
946
+ },
947
+ {
948
+ "epi_week": "05/10/2025",
949
+ "state": "Montana",
950
+ "animal_category": "Backyard Flocks",
951
+ "total_animal_detections": 4,
952
+ "total_animal_detections_cat": "1-5",
953
+ "total_human_detections": 0,
954
+ "total_human_detections_cat": "0"
955
+ },
956
+ {
957
+ "epi_week": "05/10/2025",
958
+ "state": "Montana",
959
+ "animal_category": "Commercial Poultry Flocks",
960
+ "total_animal_detections": 0,
961
+ "total_animal_detections_cat": "0",
962
+ "total_human_detections": 0,
963
+ "total_human_detections_cat": "0"
964
+ },
965
+ {
966
+ "epi_week": "05/10/2025",
967
+ "state": "Montana",
968
+ "animal_category": "Dairy Herds",
969
+ "total_animal_detections": 0,
970
+ "total_animal_detections_cat": "0",
971
+ "total_human_detections": 0,
972
+ "total_human_detections_cat": "0"
973
+ },
974
+ {
975
+ "epi_week": "05/10/2025",
976
+ "state": "Nebraska",
977
+ "animal_category": "All Animals",
978
+ "total_animal_detections": 10,
979
+ "total_animal_detections_cat": "1-10",
980
+ "total_human_detections": 0,
981
+ "total_human_detections_cat": "0"
982
+ },
983
+ {
984
+ "epi_week": "05/10/2025",
985
+ "state": "Nebraska",
986
+ "animal_category": "Backyard Flocks",
987
+ "total_animal_detections": 7,
988
+ "total_animal_detections_cat": "6-10",
989
+ "total_human_detections": 0,
990
+ "total_human_detections_cat": "0"
991
+ },
992
+ {
993
+ "epi_week": "05/10/2025",
994
+ "state": "Nebraska",
995
+ "animal_category": "Commercial Poultry Flocks",
996
+ "total_animal_detections": 3,
997
+ "total_animal_detections_cat": "1-5",
998
+ "total_human_detections": 0,
999
+ "total_human_detections_cat": "0"
1000
+ },
1001
+ {
1002
+ "epi_week": "05/10/2025",
1003
+ "state": "Nebraska",
1004
+ "animal_category": "Dairy Herds",
1005
+ "total_animal_detections": 0,
1006
+ "total_animal_detections_cat": "0",
1007
+ "total_human_detections": 0,
1008
+ "total_human_detections_cat": "0"
1009
+ },
1010
+ {
1011
+ "epi_week": "05/10/2025",
1012
+ "state": "Nevada",
1013
+ "animal_category": "All Animals",
1014
+ "total_animal_detections": 12,
1015
+ "total_animal_detections_cat": "11-50",
1016
+ "total_human_detections": 1,
1017
+ "total_human_detections_cat": "1-10"
1018
+ },
1019
+ {
1020
+ "epi_week": "05/10/2025",
1021
+ "state": "Nevada",
1022
+ "animal_category": "Backyard Flocks",
1023
+ "total_animal_detections": 1,
1024
+ "total_animal_detections_cat": "1-5",
1025
+ "total_human_detections": 0,
1026
+ "total_human_detections_cat": "0"
1027
+ },
1028
+ {
1029
+ "epi_week": "05/10/2025",
1030
+ "state": "Nevada",
1031
+ "animal_category": "Commercial Poultry Flocks",
1032
+ "total_animal_detections": 0,
1033
+ "total_animal_detections_cat": "0",
1034
+ "total_human_detections": 0,
1035
+ "total_human_detections_cat": "0"
1036
+ },
1037
+ {
1038
+ "epi_week": "05/10/2025",
1039
+ "state": "Nevada",
1040
+ "animal_category": "Dairy Herds",
1041
+ "total_animal_detections": 11,
1042
+ "total_animal_detections_cat": "11-50",
1043
+ "total_human_detections": 1,
1044
+ "total_human_detections_cat": "1-10"
1045
+ },
1046
+ {
1047
+ "epi_week": "05/10/2025",
1048
+ "state": "New Hampshire",
1049
+ "animal_category": "All Animals",
1050
+ "total_animal_detections": 0,
1051
+ "total_animal_detections_cat": "0",
1052
+ "total_human_detections": 0,
1053
+ "total_human_detections_cat": "0"
1054
+ },
1055
+ {
1056
+ "epi_week": "05/10/2025",
1057
+ "state": "New Hampshire",
1058
+ "animal_category": "Backyard Flocks",
1059
+ "total_animal_detections": 0,
1060
+ "total_animal_detections_cat": "0",
1061
+ "total_human_detections": 0,
1062
+ "total_human_detections_cat": "0"
1063
+ },
1064
+ {
1065
+ "epi_week": "05/10/2025",
1066
+ "state": "New Hampshire",
1067
+ "animal_category": "Commercial Poultry Flocks",
1068
+ "total_animal_detections": 0,
1069
+ "total_animal_detections_cat": "0",
1070
+ "total_human_detections": 0,
1071
+ "total_human_detections_cat": "0"
1072
+ },
1073
+ {
1074
+ "epi_week": "05/10/2025",
1075
+ "state": "New Hampshire",
1076
+ "animal_category": "Dairy Herds",
1077
+ "total_animal_detections": 0,
1078
+ "total_animal_detections_cat": "0",
1079
+ "total_human_detections": 0,
1080
+ "total_human_detections_cat": "0"
1081
+ },
1082
+ {
1083
+ "epi_week": "05/10/2025",
1084
+ "state": "New Jersey",
1085
+ "animal_category": "All Animals",
1086
+ "total_animal_detections": 6,
1087
+ "total_animal_detections_cat": "1-10",
1088
+ "total_human_detections": 0,
1089
+ "total_human_detections_cat": "0"
1090
+ },
1091
+ {
1092
+ "epi_week": "05/10/2025",
1093
+ "state": "New Jersey",
1094
+ "animal_category": "Backyard Flocks",
1095
+ "total_animal_detections": 6,
1096
+ "total_animal_detections_cat": "6-10",
1097
+ "total_human_detections": 0,
1098
+ "total_human_detections_cat": "0"
1099
+ },
1100
+ {
1101
+ "epi_week": "05/10/2025",
1102
+ "state": "New Jersey",
1103
+ "animal_category": "Commercial Poultry Flocks",
1104
+ "total_animal_detections": 0,
1105
+ "total_animal_detections_cat": "0",
1106
+ "total_human_detections": 0,
1107
+ "total_human_detections_cat": "0"
1108
+ },
1109
+ {
1110
+ "epi_week": "05/10/2025",
1111
+ "state": "New Jersey",
1112
+ "animal_category": "Dairy Herds",
1113
+ "total_animal_detections": 0,
1114
+ "total_animal_detections_cat": "0",
1115
+ "total_human_detections": 0,
1116
+ "total_human_detections_cat": "0"
1117
+ },
1118
+ {
1119
+ "epi_week": "05/10/2025",
1120
+ "state": "New Mexico",
1121
+ "animal_category": "All Animals",
1122
+ "total_animal_detections": 16,
1123
+ "total_animal_detections_cat": "11-50",
1124
+ "total_human_detections": 0,
1125
+ "total_human_detections_cat": "0"
1126
+ },
1127
+ {
1128
+ "epi_week": "05/10/2025",
1129
+ "state": "New Mexico",
1130
+ "animal_category": "Backyard Flocks",
1131
+ "total_animal_detections": 4,
1132
+ "total_animal_detections_cat": "1-5",
1133
+ "total_human_detections": 0,
1134
+ "total_human_detections_cat": "0"
1135
+ },
1136
+ {
1137
+ "epi_week": "05/10/2025",
1138
+ "state": "New Mexico",
1139
+ "animal_category": "Commercial Poultry Flocks",
1140
+ "total_animal_detections": 3,
1141
+ "total_animal_detections_cat": "1-5",
1142
+ "total_human_detections": 0,
1143
+ "total_human_detections_cat": "0"
1144
+ },
1145
+ {
1146
+ "epi_week": "05/10/2025",
1147
+ "state": "New Mexico",
1148
+ "animal_category": "Dairy Herds",
1149
+ "total_animal_detections": 9,
1150
+ "total_animal_detections_cat": "1-10",
1151
+ "total_human_detections": 0,
1152
+ "total_human_detections_cat": "0"
1153
+ },
1154
+ {
1155
+ "epi_week": "05/10/2025",
1156
+ "state": "New York",
1157
+ "animal_category": "All Animals",
1158
+ "total_animal_detections": 36,
1159
+ "total_animal_detections_cat": "11-50",
1160
+ "total_human_detections": 0,
1161
+ "total_human_detections_cat": "0"
1162
+ },
1163
+ {
1164
+ "epi_week": "05/10/2025",
1165
+ "state": "New York",
1166
+ "animal_category": "Backyard Flocks",
1167
+ "total_animal_detections": 35,
1168
+ "total_animal_detections_cat": ">20",
1169
+ "total_human_detections": 0,
1170
+ "total_human_detections_cat": "0"
1171
+ },
1172
+ {
1173
+ "epi_week": "05/10/2025",
1174
+ "state": "New York",
1175
+ "animal_category": "Commercial Poultry Flocks",
1176
+ "total_animal_detections": 1,
1177
+ "total_animal_detections_cat": "1-5",
1178
+ "total_human_detections": 0,
1179
+ "total_human_detections_cat": "0"
1180
+ },
1181
+ {
1182
+ "epi_week": "05/10/2025",
1183
+ "state": "New York",
1184
+ "animal_category": "Dairy Herds",
1185
+ "total_animal_detections": 0,
1186
+ "total_animal_detections_cat": "0",
1187
+ "total_human_detections": 0,
1188
+ "total_human_detections_cat": "0"
1189
+ },
1190
+ {
1191
+ "epi_week": "05/10/2025",
1192
+ "state": "North Carolina",
1193
+ "animal_category": "All Animals",
1194
+ "total_animal_detections": 8,
1195
+ "total_animal_detections_cat": "1-10",
1196
+ "total_human_detections": 0,
1197
+ "total_human_detections_cat": "0"
1198
+ },
1199
+ {
1200
+ "epi_week": "05/10/2025",
1201
+ "state": "North Carolina",
1202
+ "animal_category": "Backyard Flocks",
1203
+ "total_animal_detections": 2,
1204
+ "total_animal_detections_cat": "1-5",
1205
+ "total_human_detections": 0,
1206
+ "total_human_detections_cat": "0"
1207
+ },
1208
+ {
1209
+ "epi_week": "05/10/2025",
1210
+ "state": "North Carolina",
1211
+ "animal_category": "Commercial Poultry Flocks",
1212
+ "total_animal_detections": 5,
1213
+ "total_animal_detections_cat": "1-5",
1214
+ "total_human_detections": 0,
1215
+ "total_human_detections_cat": "0"
1216
+ },
1217
+ {
1218
+ "epi_week": "05/10/2025",
1219
+ "state": "North Carolina",
1220
+ "animal_category": "Dairy Herds",
1221
+ "total_animal_detections": 1,
1222
+ "total_animal_detections_cat": "1-10",
1223
+ "total_human_detections": 0,
1224
+ "total_human_detections_cat": "0"
1225
+ },
1226
+ {
1227
+ "epi_week": "05/10/2025",
1228
+ "state": "North Dakota",
1229
+ "animal_category": "All Animals",
1230
+ "total_animal_detections": 6,
1231
+ "total_animal_detections_cat": "1-10",
1232
+ "total_human_detections": 0,
1233
+ "total_human_detections_cat": "0"
1234
+ },
1235
+ {
1236
+ "epi_week": "05/10/2025",
1237
+ "state": "North Dakota",
1238
+ "animal_category": "Backyard Flocks",
1239
+ "total_animal_detections": 5,
1240
+ "total_animal_detections_cat": "1-5",
1241
+ "total_human_detections": 0,
1242
+ "total_human_detections_cat": "0"
1243
+ },
1244
+ {
1245
+ "epi_week": "05/10/2025",
1246
+ "state": "North Dakota",
1247
+ "animal_category": "Commercial Poultry Flocks",
1248
+ "total_animal_detections": 1,
1249
+ "total_animal_detections_cat": "1-5",
1250
+ "total_human_detections": 0,
1251
+ "total_human_detections_cat": "0"
1252
+ },
1253
+ {
1254
+ "epi_week": "05/10/2025",
1255
+ "state": "North Dakota",
1256
+ "animal_category": "Dairy Herds",
1257
+ "total_animal_detections": 0,
1258
+ "total_animal_detections_cat": "0",
1259
+ "total_human_detections": 0,
1260
+ "total_human_detections_cat": "0"
1261
+ },
1262
+ {
1263
+ "epi_week": "05/10/2025",
1264
+ "state": "Ohio",
1265
+ "animal_category": "All Animals",
1266
+ "total_animal_detections": 78,
1267
+ "total_animal_detections_cat": "51-100",
1268
+ "total_human_detections": 1,
1269
+ "total_human_detections_cat": "1-10"
1270
+ },
1271
+ {
1272
+ "epi_week": "05/10/2025",
1273
+ "state": "Ohio",
1274
+ "animal_category": "Backyard Flocks",
1275
+ "total_animal_detections": 6,
1276
+ "total_animal_detections_cat": "6-10",
1277
+ "total_human_detections": 0,
1278
+ "total_human_detections_cat": "0"
1279
+ },
1280
+ {
1281
+ "epi_week": "05/10/2025",
1282
+ "state": "Ohio",
1283
+ "animal_category": "Commercial Poultry Flocks",
1284
+ "total_animal_detections": 71,
1285
+ "total_animal_detections_cat": ">20",
1286
+ "total_human_detections": 1,
1287
+ "total_human_detections_cat": "1-10"
1288
+ },
1289
+ {
1290
+ "epi_week": "05/10/2025",
1291
+ "state": "Ohio",
1292
+ "animal_category": "Dairy Herds",
1293
+ "total_animal_detections": 1,
1294
+ "total_animal_detections_cat": "1-10",
1295
+ "total_human_detections": 0,
1296
+ "total_human_detections_cat": "0"
1297
+ },
1298
+ {
1299
+ "epi_week": "05/10/2025",
1300
+ "state": "Oklahoma",
1301
+ "animal_category": "All Animals",
1302
+ "total_animal_detections": 9,
1303
+ "total_animal_detections_cat": "1-10",
1304
+ "total_human_detections": 0,
1305
+ "total_human_detections_cat": "0"
1306
+ },
1307
+ {
1308
+ "epi_week": "05/10/2025",
1309
+ "state": "Oklahoma",
1310
+ "animal_category": "Backyard Flocks",
1311
+ "total_animal_detections": 4,
1312
+ "total_animal_detections_cat": "1-5",
1313
+ "total_human_detections": 0,
1314
+ "total_human_detections_cat": "0"
1315
+ },
1316
+ {
1317
+ "epi_week": "05/10/2025",
1318
+ "state": "Oklahoma",
1319
+ "animal_category": "Commercial Poultry Flocks",
1320
+ "total_animal_detections": 3,
1321
+ "total_animal_detections_cat": "1-5",
1322
+ "total_human_detections": 0,
1323
+ "total_human_detections_cat": "0"
1324
+ },
1325
+ {
1326
+ "epi_week": "05/10/2025",
1327
+ "state": "Oklahoma",
1328
+ "animal_category": "Dairy Herds",
1329
+ "total_animal_detections": 2,
1330
+ "total_animal_detections_cat": "1-10",
1331
+ "total_human_detections": 0,
1332
+ "total_human_detections_cat": "0"
1333
+ },
1334
+ {
1335
+ "epi_week": "05/10/2025",
1336
+ "state": "Oregon",
1337
+ "animal_category": "All Animals",
1338
+ "total_animal_detections": 12,
1339
+ "total_animal_detections_cat": "11-50",
1340
+ "total_human_detections": 1,
1341
+ "total_human_detections_cat": "1-10"
1342
+ },
1343
+ {
1344
+ "epi_week": "05/10/2025",
1345
+ "state": "Oregon",
1346
+ "animal_category": "Backyard Flocks",
1347
+ "total_animal_detections": 11,
1348
+ "total_animal_detections_cat": "11-20",
1349
+ "total_human_detections": 0,
1350
+ "total_human_detections_cat": "0"
1351
+ },
1352
+ {
1353
+ "epi_week": "05/10/2025",
1354
+ "state": "Oregon",
1355
+ "animal_category": "Commercial Poultry Flocks",
1356
+ "total_animal_detections": 1,
1357
+ "total_animal_detections_cat": "1-5",
1358
+ "total_human_detections": 1,
1359
+ "total_human_detections_cat": "1-10"
1360
+ },
1361
+ {
1362
+ "epi_week": "05/10/2025",
1363
+ "state": "Oregon",
1364
+ "animal_category": "Dairy Herds",
1365
+ "total_animal_detections": 0,
1366
+ "total_animal_detections_cat": "0",
1367
+ "total_human_detections": 0,
1368
+ "total_human_detections_cat": "0"
1369
+ },
1370
+ {
1371
+ "epi_week": "05/10/2025",
1372
+ "state": "Pennsylvania",
1373
+ "animal_category": "All Animals",
1374
+ "total_animal_detections": 24,
1375
+ "total_animal_detections_cat": "11-50",
1376
+ "total_human_detections": 0,
1377
+ "total_human_detections_cat": "0"
1378
+ },
1379
+ {
1380
+ "epi_week": "05/10/2025",
1381
+ "state": "Pennsylvania",
1382
+ "animal_category": "Backyard Flocks",
1383
+ "total_animal_detections": 16,
1384
+ "total_animal_detections_cat": "11-20",
1385
+ "total_human_detections": 0,
1386
+ "total_human_detections_cat": "0"
1387
+ },
1388
+ {
1389
+ "epi_week": "05/10/2025",
1390
+ "state": "Pennsylvania",
1391
+ "animal_category": "Commercial Poultry Flocks",
1392
+ "total_animal_detections": 8,
1393
+ "total_animal_detections_cat": "6-10",
1394
+ "total_human_detections": 0,
1395
+ "total_human_detections_cat": "0"
1396
+ },
1397
+ {
1398
+ "epi_week": "05/10/2025",
1399
+ "state": "Pennsylvania",
1400
+ "animal_category": "Dairy Herds",
1401
+ "total_animal_detections": 0,
1402
+ "total_animal_detections_cat": "0",
1403
+ "total_human_detections": 0,
1404
+ "total_human_detections_cat": "0"
1405
+ },
1406
+ {
1407
+ "epi_week": "05/10/2025",
1408
+ "state": "Puerto Rico",
1409
+ "animal_category": "All Animals",
1410
+ "total_animal_detections": 1,
1411
+ "total_animal_detections_cat": "1-10",
1412
+ "total_human_detections": 0,
1413
+ "total_human_detections_cat": "0"
1414
+ },
1415
+ {
1416
+ "epi_week": "05/10/2025",
1417
+ "state": "Puerto Rico",
1418
+ "animal_category": "Backyard Flocks",
1419
+ "total_animal_detections": 1,
1420
+ "total_animal_detections_cat": "1-5",
1421
+ "total_human_detections": 0,
1422
+ "total_human_detections_cat": "0"
1423
+ },
1424
+ {
1425
+ "epi_week": "05/10/2025",
1426
+ "state": "Puerto Rico",
1427
+ "animal_category": "Commercial Poultry Flocks",
1428
+ "total_animal_detections": 0,
1429
+ "total_animal_detections_cat": "0",
1430
+ "total_human_detections": 0,
1431
+ "total_human_detections_cat": "0"
1432
+ },
1433
+ {
1434
+ "epi_week": "05/10/2025",
1435
+ "state": "Puerto Rico",
1436
+ "animal_category": "Dairy Herds",
1437
+ "total_animal_detections": 0,
1438
+ "total_animal_detections_cat": "0",
1439
+ "total_human_detections": 0,
1440
+ "total_human_detections_cat": "0"
1441
+ },
1442
+ {
1443
+ "epi_week": "05/10/2025",
1444
+ "state": "Rhode Island",
1445
+ "animal_category": "All Animals",
1446
+ "total_animal_detections": 1,
1447
+ "total_animal_detections_cat": "1-10",
1448
+ "total_human_detections": 0,
1449
+ "total_human_detections_cat": "0"
1450
+ },
1451
+ {
1452
+ "epi_week": "05/10/2025",
1453
+ "state": "Rhode Island",
1454
+ "animal_category": "Backyard Flocks",
1455
+ "total_animal_detections": 1,
1456
+ "total_animal_detections_cat": "1-5",
1457
+ "total_human_detections": 0,
1458
+ "total_human_detections_cat": "0"
1459
+ },
1460
+ {
1461
+ "epi_week": "05/10/2025",
1462
+ "state": "Rhode Island",
1463
+ "animal_category": "Commercial Poultry Flocks",
1464
+ "total_animal_detections": 0,
1465
+ "total_animal_detections_cat": "0",
1466
+ "total_human_detections": 0,
1467
+ "total_human_detections_cat": "0"
1468
+ },
1469
+ {
1470
+ "epi_week": "05/10/2025",
1471
+ "state": "Rhode Island",
1472
+ "animal_category": "Dairy Herds",
1473
+ "total_animal_detections": 0,
1474
+ "total_animal_detections_cat": "0",
1475
+ "total_human_detections": 0,
1476
+ "total_human_detections_cat": "0"
1477
+ },
1478
+ {
1479
+ "epi_week": "05/10/2025",
1480
+ "state": "South Carolina",
1481
+ "animal_category": "All Animals",
1482
+ "total_animal_detections": 4,
1483
+ "total_animal_detections_cat": "1-10",
1484
+ "total_human_detections": 0,
1485
+ "total_human_detections_cat": "0"
1486
+ },
1487
+ {
1488
+ "epi_week": "05/10/2025",
1489
+ "state": "South Carolina",
1490
+ "animal_category": "Backyard Flocks",
1491
+ "total_animal_detections": 3,
1492
+ "total_animal_detections_cat": "1-5",
1493
+ "total_human_detections": 0,
1494
+ "total_human_detections_cat": "0"
1495
+ },
1496
+ {
1497
+ "epi_week": "05/10/2025",
1498
+ "state": "South Carolina",
1499
+ "animal_category": "Commercial Poultry Flocks",
1500
+ "total_animal_detections": 1,
1501
+ "total_animal_detections_cat": "1-5",
1502
+ "total_human_detections": 0,
1503
+ "total_human_detections_cat": "0"
1504
+ },
1505
+ {
1506
+ "epi_week": "05/10/2025",
1507
+ "state": "South Carolina",
1508
+ "animal_category": "Dairy Herds",
1509
+ "total_animal_detections": 0,
1510
+ "total_animal_detections_cat": "0",
1511
+ "total_human_detections": 0,
1512
+ "total_human_detections_cat": "0"
1513
+ },
1514
+ {
1515
+ "epi_week": "05/10/2025",
1516
+ "state": "South Dakota",
1517
+ "animal_category": "All Animals",
1518
+ "total_animal_detections": 32,
1519
+ "total_animal_detections_cat": "11-50",
1520
+ "total_human_detections": 0,
1521
+ "total_human_detections_cat": "0"
1522
+ },
1523
+ {
1524
+ "epi_week": "05/10/2025",
1525
+ "state": "South Dakota",
1526
+ "animal_category": "Backyard Flocks",
1527
+ "total_animal_detections": 6,
1528
+ "total_animal_detections_cat": "6-10",
1529
+ "total_human_detections": 0,
1530
+ "total_human_detections_cat": "0"
1531
+ },
1532
+ {
1533
+ "epi_week": "05/10/2025",
1534
+ "state": "South Dakota",
1535
+ "animal_category": "Commercial Poultry Flocks",
1536
+ "total_animal_detections": 19,
1537
+ "total_animal_detections_cat": "11-20",
1538
+ "total_human_detections": 0,
1539
+ "total_human_detections_cat": "0"
1540
+ },
1541
+ {
1542
+ "epi_week": "05/10/2025",
1543
+ "state": "South Dakota",
1544
+ "animal_category": "Dairy Herds",
1545
+ "total_animal_detections": 7,
1546
+ "total_animal_detections_cat": "1-10",
1547
+ "total_human_detections": 0,
1548
+ "total_human_detections_cat": "0"
1549
+ },
1550
+ {
1551
+ "epi_week": "05/10/2025",
1552
+ "state": "Tennessee",
1553
+ "animal_category": "All Animals",
1554
+ "total_animal_detections": 3,
1555
+ "total_animal_detections_cat": "1-10",
1556
+ "total_human_detections": 0,
1557
+ "total_human_detections_cat": "0"
1558
+ },
1559
+ {
1560
+ "epi_week": "05/10/2025",
1561
+ "state": "Tennessee",
1562
+ "animal_category": "Backyard Flocks",
1563
+ "total_animal_detections": 2,
1564
+ "total_animal_detections_cat": "1-5",
1565
+ "total_human_detections": 0,
1566
+ "total_human_detections_cat": "0"
1567
+ },
1568
+ {
1569
+ "epi_week": "05/10/2025",
1570
+ "state": "Tennessee",
1571
+ "animal_category": "Commercial Poultry Flocks",
1572
+ "total_animal_detections": 1,
1573
+ "total_animal_detections_cat": "1-5",
1574
+ "total_human_detections": 0,
1575
+ "total_human_detections_cat": "0"
1576
+ },
1577
+ {
1578
+ "epi_week": "05/10/2025",
1579
+ "state": "Tennessee",
1580
+ "animal_category": "Dairy Herds",
1581
+ "total_animal_detections": 0,
1582
+ "total_animal_detections_cat": "0",
1583
+ "total_human_detections": 0,
1584
+ "total_human_detections_cat": "0"
1585
+ },
1586
+ {
1587
+ "epi_week": "05/10/2025",
1588
+ "state": "Texas",
1589
+ "animal_category": "All Animals",
1590
+ "total_animal_detections": 32,
1591
+ "total_animal_detections_cat": "11-50",
1592
+ "total_human_detections": 1,
1593
+ "total_human_detections_cat": "1-10"
1594
+ },
1595
+ {
1596
+ "epi_week": "05/10/2025",
1597
+ "state": "Texas",
1598
+ "animal_category": "Backyard Flocks",
1599
+ "total_animal_detections": 4,
1600
+ "total_animal_detections_cat": "1-5",
1601
+ "total_human_detections": 0,
1602
+ "total_human_detections_cat": "0"
1603
+ },
1604
+ {
1605
+ "epi_week": "05/10/2025",
1606
+ "state": "Texas",
1607
+ "animal_category": "Commercial Poultry Flocks",
1608
+ "total_animal_detections": 1,
1609
+ "total_animal_detections_cat": "1-5",
1610
+ "total_human_detections": 0,
1611
+ "total_human_detections_cat": "0"
1612
+ },
1613
+ {
1614
+ "epi_week": "05/10/2025",
1615
+ "state": "Texas",
1616
+ "animal_category": "Dairy Herds",
1617
+ "total_animal_detections": 27,
1618
+ "total_animal_detections_cat": "11-50",
1619
+ "total_human_detections": 1,
1620
+ "total_human_detections_cat": "1-10"
1621
+ },
1622
+ {
1623
+ "epi_week": "05/10/2025",
1624
+ "state": "Utah",
1625
+ "animal_category": "All Animals",
1626
+ "total_animal_detections": 20,
1627
+ "total_animal_detections_cat": "11-50",
1628
+ "total_human_detections": 0,
1629
+ "total_human_detections_cat": "0"
1630
+ },
1631
+ {
1632
+ "epi_week": "05/10/2025",
1633
+ "state": "Utah",
1634
+ "animal_category": "Backyard Flocks",
1635
+ "total_animal_detections": 2,
1636
+ "total_animal_detections_cat": "1-5",
1637
+ "total_human_detections": 0,
1638
+ "total_human_detections_cat": "0"
1639
+ },
1640
+ {
1641
+ "epi_week": "05/10/2025",
1642
+ "state": "Utah",
1643
+ "animal_category": "Commercial Poultry Flocks",
1644
+ "total_animal_detections": 5,
1645
+ "total_animal_detections_cat": "1-5",
1646
+ "total_human_detections": 0,
1647
+ "total_human_detections_cat": "0"
1648
+ },
1649
+ {
1650
+ "epi_week": "05/10/2025",
1651
+ "state": "Utah",
1652
+ "animal_category": "Dairy Herds",
1653
+ "total_animal_detections": 13,
1654
+ "total_animal_detections_cat": "11-50",
1655
+ "total_human_detections": 0,
1656
+ "total_human_detections_cat": "0"
1657
+ },
1658
+ {
1659
+ "epi_week": "05/10/2025",
1660
+ "state": "Vermont",
1661
+ "animal_category": "All Animals",
1662
+ "total_animal_detections": 2,
1663
+ "total_animal_detections_cat": "1-10",
1664
+ "total_human_detections": 0,
1665
+ "total_human_detections_cat": "0"
1666
+ },
1667
+ {
1668
+ "epi_week": "05/10/2025",
1669
+ "state": "Vermont",
1670
+ "animal_category": "Backyard Flocks",
1671
+ "total_animal_detections": 2,
1672
+ "total_animal_detections_cat": "1-5",
1673
+ "total_human_detections": 0,
1674
+ "total_human_detections_cat": "0"
1675
+ },
1676
+ {
1677
+ "epi_week": "05/10/2025",
1678
+ "state": "Vermont",
1679
+ "animal_category": "Commercial Poultry Flocks",
1680
+ "total_animal_detections": 0,
1681
+ "total_animal_detections_cat": "0",
1682
+ "total_human_detections": 0,
1683
+ "total_human_detections_cat": "0"
1684
+ },
1685
+ {
1686
+ "epi_week": "05/10/2025",
1687
+ "state": "Vermont",
1688
+ "animal_category": "Dairy Herds",
1689
+ "total_animal_detections": 0,
1690
+ "total_animal_detections_cat": "0",
1691
+ "total_human_detections": 0,
1692
+ "total_human_detections_cat": "0"
1693
+ },
1694
+ {
1695
+ "epi_week": "05/10/2025",
1696
+ "state": "Virginia",
1697
+ "animal_category": "All Animals",
1698
+ "total_animal_detections": 2,
1699
+ "total_animal_detections_cat": "1-10",
1700
+ "total_human_detections": 0,
1701
+ "total_human_detections_cat": "0"
1702
+ },
1703
+ {
1704
+ "epi_week": "05/10/2025",
1705
+ "state": "Virginia",
1706
+ "animal_category": "Backyard Flocks",
1707
+ "total_animal_detections": 1,
1708
+ "total_animal_detections_cat": "1-5",
1709
+ "total_human_detections": 0,
1710
+ "total_human_detections_cat": "0"
1711
+ },
1712
+ {
1713
+ "epi_week": "05/10/2025",
1714
+ "state": "Virginia",
1715
+ "animal_category": "Commercial Poultry Flocks",
1716
+ "total_animal_detections": 1,
1717
+ "total_animal_detections_cat": "1-5",
1718
+ "total_human_detections": 0,
1719
+ "total_human_detections_cat": "0"
1720
+ },
1721
+ {
1722
+ "epi_week": "05/10/2025",
1723
+ "state": "Virginia",
1724
+ "animal_category": "Dairy Herds",
1725
+ "total_animal_detections": 0,
1726
+ "total_animal_detections_cat": "0",
1727
+ "total_human_detections": 0,
1728
+ "total_human_detections_cat": "0"
1729
+ },
1730
+ {
1731
+ "epi_week": "05/10/2025",
1732
+ "state": "Washington",
1733
+ "animal_category": "All Animals",
1734
+ "total_animal_detections": 9,
1735
+ "total_animal_detections_cat": "1-10",
1736
+ "total_human_detections": 11,
1737
+ "total_human_detections_cat": "11-20"
1738
+ },
1739
+ {
1740
+ "epi_week": "05/10/2025",
1741
+ "state": "Washington",
1742
+ "animal_category": "Backyard Flocks",
1743
+ "total_animal_detections": 7,
1744
+ "total_animal_detections_cat": "6-10",
1745
+ "total_human_detections": 0,
1746
+ "total_human_detections_cat": "0"
1747
+ },
1748
+ {
1749
+ "epi_week": "05/10/2025",
1750
+ "state": "Washington",
1751
+ "animal_category": "Commercial Poultry Flocks",
1752
+ "total_animal_detections": 2,
1753
+ "total_animal_detections_cat": "1-5",
1754
+ "total_human_detections": 11,
1755
+ "total_human_detections_cat": "11-20"
1756
+ },
1757
+ {
1758
+ "epi_week": "05/10/2025",
1759
+ "state": "Washington",
1760
+ "animal_category": "Dairy Herds",
1761
+ "total_animal_detections": 0,
1762
+ "total_animal_detections_cat": "0",
1763
+ "total_human_detections": 0,
1764
+ "total_human_detections_cat": "0"
1765
+ },
1766
+ {
1767
+ "epi_week": "05/10/2025",
1768
+ "state": "West Virginia",
1769
+ "animal_category": "All Animals",
1770
+ "total_animal_detections": 2,
1771
+ "total_animal_detections_cat": "1-10",
1772
+ "total_human_detections": 0,
1773
+ "total_human_detections_cat": "0"
1774
+ },
1775
+ {
1776
+ "epi_week": "05/10/2025",
1777
+ "state": "West Virginia",
1778
+ "animal_category": "Backyard Flocks",
1779
+ "total_animal_detections": 2,
1780
+ "total_animal_detections_cat": "1-5",
1781
+ "total_human_detections": 0,
1782
+ "total_human_detections_cat": "0"
1783
+ },
1784
+ {
1785
+ "epi_week": "05/10/2025",
1786
+ "state": "West Virginia",
1787
+ "animal_category": "Commercial Poultry Flocks",
1788
+ "total_animal_detections": 0,
1789
+ "total_animal_detections_cat": "0",
1790
+ "total_human_detections": 0,
1791
+ "total_human_detections_cat": "0"
1792
+ },
1793
+ {
1794
+ "epi_week": "05/10/2025",
1795
+ "state": "West Virginia",
1796
+ "animal_category": "Dairy Herds",
1797
+ "total_animal_detections": 0,
1798
+ "total_animal_detections_cat": "0",
1799
+ "total_human_detections": 0,
1800
+ "total_human_detections_cat": "0"
1801
+ },
1802
+ {
1803
+ "epi_week": "05/10/2025",
1804
+ "state": "Wisconsin",
1805
+ "animal_category": "All Animals",
1806
+ "total_animal_detections": 5,
1807
+ "total_animal_detections_cat": "1-10",
1808
+ "total_human_detections": 1,
1809
+ "total_human_detections_cat": "1-10"
1810
+ },
1811
+ {
1812
+ "epi_week": "05/10/2025",
1813
+ "state": "Wisconsin",
1814
+ "animal_category": "Backyard Flocks",
1815
+ "total_animal_detections": 2,
1816
+ "total_animal_detections_cat": "1-5",
1817
+ "total_human_detections": 0,
1818
+ "total_human_detections_cat": "0"
1819
+ },
1820
+ {
1821
+ "epi_week": "05/10/2025",
1822
+ "state": "Wisconsin",
1823
+ "animal_category": "Commercial Poultry Flocks",
1824
+ "total_animal_detections": 3,
1825
+ "total_animal_detections_cat": "1-5",
1826
+ "total_human_detections": 1,
1827
+ "total_human_detections_cat": "1-10"
1828
+ },
1829
+ {
1830
+ "epi_week": "05/10/2025",
1831
+ "state": "Wisconsin",
1832
+ "animal_category": "Dairy Herds",
1833
+ "total_animal_detections": 0,
1834
+ "total_animal_detections_cat": "0",
1835
+ "total_human_detections": 0,
1836
+ "total_human_detections_cat": "0"
1837
+ },
1838
+ {
1839
+ "epi_week": "05/10/2025",
1840
+ "state": "Wyoming",
1841
+ "animal_category": "All Animals",
1842
+ "total_animal_detections": 5,
1843
+ "total_animal_detections_cat": "1-10",
1844
+ "total_human_detections": 1,
1845
+ "total_human_detections_cat": "1-10"
1846
+ },
1847
+ {
1848
+ "epi_week": "05/10/2025",
1849
+ "state": "Wyoming",
1850
+ "animal_category": "Backyard Flocks",
1851
+ "total_animal_detections": 4,
1852
+ "total_animal_detections_cat": "1-5",
1853
+ "total_human_detections": 1,
1854
+ "total_human_detections_cat": "1-10"
1855
+ },
1856
+ {
1857
+ "epi_week": "05/10/2025",
1858
+ "state": "Wyoming",
1859
+ "animal_category": "Commercial Poultry Flocks",
1860
+ "total_animal_detections": 0,
1861
+ "total_animal_detections_cat": "0",
1862
+ "total_human_detections": 0,
1863
+ "total_human_detections_cat": "0"
1864
+ },
1865
+ {
1866
+ "epi_week": "05/10/2025",
1867
+ "state": "Wyoming",
1868
+ "animal_category": "Dairy Herds",
1869
+ "total_animal_detections": 1,
1870
+ "total_animal_detections_cat": "1-10",
1871
+ "total_human_detections": 0,
1872
+ "total_human_detections_cat": "0"
1873
+ }
1874
+ ]