Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'Influenza-related School Closures: USA, 2011-2022'
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- influenza
|
9 |
+
---
|
10 |
+
|
11 |
+
# Influenza-related School Closures: USA, 2011-2022
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
Unplanned public K-12 school district and individual school closures due to influenza and influenza-like illness in the United States from August 1, 2011–June 30, 2022.
|
16 |
+
|
17 |
+
## Dataset Details
|
18 |
+
|
19 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
20 |
+
- **Temporal Coverage**: August 1, 2011 to June 30, 2022
|
21 |
+
- **Geographic Coverage**: United States, 50 States and D.C.
|
22 |
+
- **Last Modified**: 2024-05-17
|
23 |
+
- **Contact**: Nicole Zviedrite ([email protected])
|
24 |
+
|
25 |
+
## Source
|
26 |
+
|
27 |
+
Original data can be found at: https://data.cdc.gov/d/5una-zw6e
|
28 |
+
|
29 |
+
## Usage
|
30 |
+
|
31 |
+
You can load this dataset using:
|
32 |
+
|
33 |
+
```python
|
34 |
+
from datasets import load_dataset
|
35 |
+
dataset = load_dataset('HHS-Official/influenza-related-school-closures-usa-2011-2022')
|
36 |
+
```
|
37 |
+
## License
|
38 |
+
|
39 |
+
This dataset is licensed under https://www.usa.gov/government-works
|