Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: NADAC (National Average Drug Acquisition Cost) 2024
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- nadac
|
9 |
+
license: odbl
|
10 |
+
---
|
11 |
+
|
12 |
+
# NADAC (National Average Drug Acquisition Cost) 2024
|
13 |
+
|
14 |
+
## Description
|
15 |
+
|
16 |
+
National Average Drug Acquisition Cost (NADAC) weekly reference data for the calendar year.
|
17 |
+
|
18 |
+
## Dataset Details
|
19 |
+
|
20 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
21 |
+
- **Last Modified**: 2024-12-23
|
22 |
+
- **Contact**: Medicaid.gov ([email protected])
|
23 |
+
|
24 |
+
## Source
|
25 |
+
|
26 |
+
Original data can be found at: https://healthdata.gov/d/3tha-57c6
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
You can load this dataset using:
|
31 |
+
|
32 |
+
```python
|
33 |
+
from datasets import load_dataset
|
34 |
+
dataset = load_dataset('HHS-Official/nadac-national-average-drug-acquisition-cost-2024')
|
35 |
+
```
|
36 |
+
## License
|
37 |
+
|
38 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|