Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'DQS Medicaid coverage among persons under age 65, by selected characteristics:
|
5 |
+
United States'
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- adults
|
10 |
+
- asian
|
11 |
+
- education
|
12 |
+
- female
|
13 |
+
- male
|
14 |
+
- medicaid
|
15 |
+
- mexican
|
16 |
+
- poverty
|
17 |
+
- region
|
18 |
+
- white
|
19 |
+
---
|
20 |
+
|
21 |
+
# DQS Medicaid coverage among persons under age 65, by selected characteristics: United States
|
22 |
+
|
23 |
+
## Description
|
24 |
+
|
25 |
+
Data on Medicaid coverage among people under age 65, in the United States, by selected population characteristics. Data from Health, United States. SOURCE: National Center for Health Statistics, National Health Interview Survey.
|
26 |
+
Search, visualize, and download these and other estimates from over 120 health topics with the NCHS Data Query System (DQS), available from: https://www.cdc.gov/nchs/dataquery/index.htm.
|
27 |
+
|
28 |
+
## Dataset Details
|
29 |
+
|
30 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
31 |
+
- **Temporal Coverage**: 1997/2019
|
32 |
+
- **Last Modified**: 2025-04-21
|
33 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
34 |
+
|
35 |
+
## Source
|
36 |
+
|
37 |
+
Original data can be found at: https://www.cdc.gov/nchs/hus
|
38 |
+
|
39 |
+
## Usage
|
40 |
+
|
41 |
+
You can load this dataset using:
|
42 |
+
|
43 |
+
```python
|
44 |
+
from datasets import load_dataset
|
45 |
+
dataset = load_dataset('HHS-Official/dqs-medicaid-coverage-among-persons-under-age-65-b')
|
46 |
+
```
|
47 |
+
## License
|
48 |
+
|
49 |
+
This dataset is licensed under https://www.usa.gov/government-works
|