Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'Vaccines.gov: Flu vaccinating provider locations'
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- flu
|
9 |
+
- providers
|
10 |
+
- vaccinefinder
|
11 |
+
- vaccines
|
12 |
+
license: odbl
|
13 |
+
---
|
14 |
+
|
15 |
+
# Vaccines.gov: Flu vaccinating provider locations
|
16 |
+
|
17 |
+
## Description
|
18 |
+
|
19 |
+
Because inventory reporting is no longer required, Vaccines.gov information will not be updated on this site after July 2024.
|
20 |
+
|
21 |
+
## Dataset Details
|
22 |
+
|
23 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
24 |
+
- **Last Modified**: 2024-09-25
|
25 |
+
- **Contact**: CDC ([email protected])
|
26 |
+
|
27 |
+
## Source
|
28 |
+
|
29 |
+
Original data can be found at: https://data.cdc.gov/d/bugr-bbfr
|
30 |
+
|
31 |
+
## Usage
|
32 |
+
|
33 |
+
You can load this dataset using:
|
34 |
+
|
35 |
+
```python
|
36 |
+
from datasets import load_dataset
|
37 |
+
dataset = load_dataset('HHS-Official/vaccinesgov-flu-vaccinating-provider-locations')
|
38 |
+
```
|
39 |
+
## License
|
40 |
+
|
41 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|