Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Weekly Cumulative COVID-19 Vaccination Coverage and Intent, Overall,
|
5 |
+
by Selected Demographics and Jurisdiction, Among Adults 18 Years and Older
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- iis
|
10 |
+
- iqvia
|
11 |
+
- nis-acm
|
12 |
+
- nis-flu
|
13 |
+
- vsd
|
14 |
+
---
|
15 |
+
|
16 |
+
# Weekly Cumulative COVID-19 Vaccination Coverage and Intent, Overall, by Selected Demographics and Jurisdiction, Among Adults 18 Years and Older
|
17 |
+
|
18 |
+
## Description
|
19 |
+
|
20 |
+
Weekly COVID-19 Vaccination Coverage and intent among adults 18 Years and Older by Demographic Characteristics and Jurisdiction • Weekly estimates of COVID-19 vaccination coverage and intent among adults 18 years and older are calculated using data from the National Immunization Survey–Adult COVID Module (NIS–ACM) (https://www.cdc.gov/nis/about/).
|
21 |
+
|
22 |
+
Weekly comparisons to previous season should take into account differences between seasons in vaccine availability dates. 2023–24 COVID-19 vaccines were first available mid-September 2023, and 2024–25 COVID-19 vaccines were first available at the end of August 2024.
|
23 |
+
|
24 |
+
## Dataset Details
|
25 |
+
|
26 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
27 |
+
- **Temporal Coverage**: 2024-2025
|
28 |
+
- **Geographic Coverage**: United States- National, Region, State
|
29 |
+
- **Last Modified**: 2025-04-30
|
30 |
+
- **Contact**: VaxView Team ([email protected])
|
31 |
+
|
32 |
+
## Source
|
33 |
+
|
34 |
+
Original data can be found at: https://www.cdc.gov/covidvaxview/weekly-dashboard/adult-vaccination-coverage.html
|
35 |
+
|
36 |
+
## Usage
|
37 |
+
|
38 |
+
You can load this dataset using:
|
39 |
+
|
40 |
+
```python
|
41 |
+
from datasets import load_dataset
|
42 |
+
dataset = load_dataset('HHS-Official/weekly-cumulative-covid-19-vaccination-coverage-an')
|
43 |
+
```
|
44 |
+
## License
|
45 |
+
|
46 |
+
This dataset is licensed under https://www.usa.gov/government-works
|