Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'DQS Drug overdose death rates, by drug type, sex, age, race, and Hispanic
|
5 |
+
origin: United States from CDC WONDER'
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- asian
|
10 |
+
- men
|
11 |
+
- opioid
|
12 |
+
- white
|
13 |
+
- women
|
14 |
+
---
|
15 |
+
|
16 |
+
# DQS Drug overdose death rates, by drug type, sex, age, race, and Hispanic origin: United States from CDC WONDER
|
17 |
+
|
18 |
+
## Description
|
19 |
+
|
20 |
+
Data on drug overdose death rates in the United States, by age, sex, race, Hispanic origin, and drug type. Data are from Health, United States. SOURCE: National Center for Health Statistics, National Vital Statistics System, Mortality File.
|
21 |
+
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.
|
22 |
+
|
23 |
+
## Dataset Details
|
24 |
+
|
25 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
26 |
+
- **Temporal Coverage**: 1999/2021
|
27 |
+
- **Last Modified**: 2025-04-21
|
28 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
29 |
+
|
30 |
+
## Source
|
31 |
+
|
32 |
+
Original data can be found at: https://www.cdc.gov/nchs/hus
|
33 |
+
|
34 |
+
## Usage
|
35 |
+
|
36 |
+
You can load this dataset using:
|
37 |
+
|
38 |
+
```python
|
39 |
+
from datasets import load_dataset
|
40 |
+
dataset = load_dataset('HHS-Official/dqs-drug-overdose-death-rates-by-drug-type-sex-age')
|
41 |
+
```
|
42 |
+
## License
|
43 |
+
|
44 |
+
This dataset is licensed under https://www.usa.gov/government-works
|