Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Vaccination Coverage among Young Children (0-35 Months)
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- dtap
|
9 |
+
- hepa
|
10 |
+
- hepb
|
11 |
+
- hib
|
12 |
+
- immunization
|
13 |
+
- influenza
|
14 |
+
- mmr
|
15 |
+
- pcv
|
16 |
+
- polio
|
17 |
+
- rotavirus
|
18 |
+
- vaccination
|
19 |
+
- varicella
|
20 |
+
- vaxviews
|
21 |
+
license: odbl
|
22 |
+
---
|
23 |
+
|
24 |
+
# Vaccination Coverage among Young Children (0-35 Months)
|
25 |
+
|
26 |
+
## Description
|
27 |
+
|
28 |
+
Vaccination Coverage among Young Children (0-35 Months)
|
29 |
+
|
30 |
+
• National, regional, state, and selected local area vaccination coverage estimates for 2-year-old children by birth year and birth year cohorts from the National Immunization Survey-Child.
|
31 |
+
|
32 |
+
• Additional information available at https://www.cdc.gov/vaccines/imz-managers/coverage/childvaxview/index.html
|
33 |
+
|
34 |
+
## Dataset Details
|
35 |
+
|
36 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
37 |
+
- **Last Modified**: 2024-09-26
|
38 |
+
- **Contact**: NCIRD ([email protected])
|
39 |
+
|
40 |
+
## Source
|
41 |
+
|
42 |
+
Original data can be found at: https://www.cdc.gov/vaccines/imz-managers/coverage/childvaxview/index.html
|
43 |
+
|
44 |
+
## Usage
|
45 |
+
|
46 |
+
You can load this dataset using:
|
47 |
+
|
48 |
+
```python
|
49 |
+
from datasets import load_dataset
|
50 |
+
dataset = load_dataset('HHS-Official/vaccination-coverage-among-young-children-0-35-mon')
|
51 |
+
```
|
52 |
+
## License
|
53 |
+
|
54 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|