Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: CoreSet measure v3.1.22 (feature-dev)
|
| 5 |
+
tags:
|
| 6 |
+
- hhs
|
| 7 |
+
- cms
|
| 8 |
+
- scorecard
|
| 9 |
+
- utility
|
| 10 |
+
license: odbl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# CoreSet measure v3.1.22 (feature-dev)
|
| 14 |
+
|
| 15 |
+
## Description
|
| 16 |
+
|
| 17 |
+
This is a dataset created for the Medicaid Scorecard website (https://www.medicaid.gov/state-overviews/scorecard/index.html), and is not intended for use outside that application.
|
| 18 |
+
|
| 19 |
+
## Dataset Details
|
| 20 |
+
|
| 21 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
| 22 |
+
- **Last Modified**: 2025-04-23
|
| 23 |
+
- **Contact**: Medicaid.gov ([email protected])
|
| 24 |
+
|
| 25 |
+
## Source
|
| 26 |
+
|
| 27 |
+
Original data can be found at: https://healthdata.gov/d/4fxs-2bea
|
| 28 |
+
|
| 29 |
+
## Usage
|
| 30 |
+
|
| 31 |
+
You can load this dataset using:
|
| 32 |
+
|
| 33 |
+
```python
|
| 34 |
+
from datasets import load_dataset
|
| 35 |
+
dataset = load_dataset('HHS-Official/coreset-measure-v3122-feature-dev')
|
| 36 |
+
```
|
| 37 |
+
## License
|
| 38 |
+
|
| 39 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|