Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'BEAM Dashboard - Serotypes of concern: Illnesses and Outbreaks'
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- beam
|
9 |
+
- campylobacteriosis
|
10 |
+
- escherichia
|
11 |
+
- salmonella
|
12 |
+
---
|
13 |
+
|
14 |
+
# BEAM Dashboard - Serotypes of concern: Illnesses and Outbreaks
|
15 |
+
|
16 |
+
## Description
|
17 |
+
|
18 |
+
The BEAM (Bacteria, Enterics, Amoeba, and Mycotics) Dashboard is an interactive tool to access and visualize data from the System for Enteric Disease Response, Investigation, and Coordination (SEDRIC). The BEAM Dashboard provides timely data on pathogen trends and serotype details to inform work to prevent illnesses from food and animal contact.
|
19 |
+
|
20 |
+
## Dataset Details
|
21 |
+
|
22 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
23 |
+
- **Geographic Coverage**: US
|
24 |
+
- **Last Modified**: 2025-01-21
|
25 |
+
- **Contact**: SIMSO ([email protected])
|
26 |
+
|
27 |
+
## Source
|
28 |
+
|
29 |
+
Original data can be found at: https://www.cdc.gov/ncezid/dfwed/beam-dashboard.html
|
30 |
+
|
31 |
+
## Usage
|
32 |
+
|
33 |
+
You can load this dataset using:
|
34 |
+
|
35 |
+
```python
|
36 |
+
from datasets import load_dataset
|
37 |
+
dataset = load_dataset('HHS-Official/beam-dashboard-serotypes-of-concern-illnesses-and')
|
38 |
+
```
|
39 |
+
## License
|
40 |
+
|
41 |
+
This dataset is licensed under https://www.usa.gov/government-works
|