Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Weekly Cumulative Influenza Vaccination Coverage, Children 6 months through
|
5 |
+
17 years, United States
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- children
|
10 |
+
- flu
|
11 |
+
- influenza
|
12 |
+
- nis
|
13 |
+
- nis-flu
|
14 |
+
---
|
15 |
+
|
16 |
+
# Weekly Cumulative Influenza Vaccination Coverage, Children 6 months through 17 years, United States
|
17 |
+
|
18 |
+
## Description
|
19 |
+
|
20 |
+
Weekly Cumulative Influenza Vaccination Coverage, Children 6 months through 17 years, United States
|
21 |
+
|
22 |
+
• Archived data are available here: https://data.cdc.gov/resource/vfj2-bfuw
|
23 |
+
• Influenza vaccination coverage among children is assessed through the National Immunization Survey-Flu (NIS-Flu) annually, providing weekly influenza vaccination coverage estimates for children 6 months–17 years based upon parental report. (https://www.cdc.gov/vaccines/imz-managers/nis/about.html)
|
24 |
+
o NIS-Flu is a national random-digit-dialed cellular telephone survey of households conducted during the flu season (October-June).
|
25 |
+
• Final estimates for prior seasons and other flu vaccination data are available at CDC’s FluVaxView: https://www.cdc.gov/flu/fluvaxview/index.htm.
|
26 |
+
|
27 |
+
## Dataset Details
|
28 |
+
|
29 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
30 |
+
- **Temporal Coverage**: 2019-2020, 2020-2021, 2021-2022, 2022-2023
|
31 |
+
- **Geographic Coverage**: United States
|
32 |
+
- **Last Modified**: 2024-05-24
|
33 |
+
- **Contact**: Vax Views ([email protected])
|
34 |
+
|
35 |
+
## Source
|
36 |
+
|
37 |
+
Original data can be found at: https://www.cdc.gov/flu/fluvaxview/dashboard/vaccination-dashboard.html
|
38 |
+
|
39 |
+
## Usage
|
40 |
+
|
41 |
+
You can load this dataset using:
|
42 |
+
|
43 |
+
```python
|
44 |
+
from datasets import load_dataset
|
45 |
+
dataset = load_dataset('HHS-Official/weekly-cumulative-influenza-vaccination-coverage-c')
|
46 |
+
```
|
47 |
+
## License
|
48 |
+
|
49 |
+
This dataset is licensed under https://www.usa.gov/government-works
|