Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Mapping Injury, Overdose, and Violence - National
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- deaths
|
9 |
+
- homicide
|
10 |
+
- mortality
|
11 |
+
- nchs
|
12 |
+
- suicide
|
13 |
+
---
|
14 |
+
|
15 |
+
# Mapping Injury, Overdose, and Violence - National
|
16 |
+
|
17 |
+
## Description
|
18 |
+
|
19 |
+
This file contains death counts and death rates for drug overdose, suicide, homicide and firearm injuries at the United States national level (additional datasets exist for other levels of geography). The data is grouped by 3 different time periods including monthly, yearly, and trailing twelve months. Please see data dictionary for intents and mechanisms included in each measure.
|
20 |
+
|
21 |
+
## Dataset Details
|
22 |
+
|
23 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
24 |
+
- **Temporal Coverage**: 2019-01-01/Present
|
25 |
+
- **Geographic Coverage**: United States
|
26 |
+
- **Last Modified**: 2025-04-04
|
27 |
+
- **Contact**: NCIPC ([email protected])
|
28 |
+
|
29 |
+
## Source
|
30 |
+
|
31 |
+
Original data can be found at: https://data.cdc.gov/d/t6u2-f84c
|
32 |
+
|
33 |
+
## Usage
|
34 |
+
|
35 |
+
You can load this dataset using:
|
36 |
+
|
37 |
+
```python
|
38 |
+
from datasets import load_dataset
|
39 |
+
dataset = load_dataset('HHS-Official/mapping-injury-overdose-and-violence-national')
|
40 |
+
```
|
41 |
+
## License
|
42 |
+
|
43 |
+
This dataset is licensed under https://www.usa.gov/government-works
|