Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Monthly Cumulative Number and Percent of Persons Who Received 1+ 2024-25
|
5 |
+
COVID-19 Vaccination Doses, by Age Group, and Jurisdiction, United States
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- iis
|
10 |
+
- iqvia
|
11 |
+
- nis-acm
|
12 |
+
- vsd
|
13 |
+
---
|
14 |
+
|
15 |
+
# Monthly Cumulative Number and Percent of Persons Who Received 1+ 2024-25 COVID-19 Vaccination Doses, by Age Group, and Jurisdiction, United States
|
16 |
+
|
17 |
+
## Description
|
18 |
+
|
19 |
+
• Monthly Cumulative Percent of Persons Who Received 1+ 2024-25 COVID-19 Vaccination Doses, by Age Group and Jurisdiction
|
20 |
+
|
21 |
+
• COVID-19 vaccination coverage for children and adults is assessed through U.S. jurisdictions’ Immunization Information Systems Resources (IIS) data, submitted from jurisdictions to CDC monthly in aggregate by age group (https://www.cdc.gov/iis/about/).
|
22 |
+
|
23 |
+
## Dataset Details
|
24 |
+
|
25 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
26 |
+
- **Temporal Coverage**: 2023-2024 & 2024-2025
|
27 |
+
- **Geographic Coverage**: United States- National
|
28 |
+
- **Last Modified**: 2025-04-30
|
29 |
+
- **Contact**: VaxView Team ([email protected])
|
30 |
+
|
31 |
+
## Source
|
32 |
+
|
33 |
+
Original data can be found at: https://www.cdc.gov/vaccines/data-reporting/
|
34 |
+
|
35 |
+
## Usage
|
36 |
+
|
37 |
+
You can load this dataset using:
|
38 |
+
|
39 |
+
```python
|
40 |
+
from datasets import load_dataset
|
41 |
+
dataset = load_dataset('HHS-Official/monthly-cumulative-number-and-percent-of-persons-w')
|
42 |
+
```
|
43 |
+
## License
|
44 |
+
|
45 |
+
This dataset is licensed under https://www.usa.gov/government-works
|