Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Motor Vehicle Occupant Death Rate, by Sex, 2012 & 2014, All States
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
license: odbl
|
9 |
+
---
|
10 |
+
|
11 |
+
# Motor Vehicle Occupant Death Rate, by Sex, 2012 & 2014, All States
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
Rate of deaths by age/gender (per 100,000 population) for motor vehicle occupants killed in crashes, 2012 & 2014. 2012 Source: Fatality Analysis Reporting System (FARS). 2014 Source: National Highway Traffic Safety Administration's (NHTSA) Fatality Analysis Reporting System (FARS), 2014 Annual Report File Note: Blank cells indicate data are suppressed. Fatality rates based on fewer than 20 deaths are suppressed.
|
16 |
+
|
17 |
+
## Dataset Details
|
18 |
+
|
19 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
20 |
+
- **Last Modified**: 2025-04-28
|
21 |
+
- **Contact**: CDC INFO ([email protected])
|
22 |
+
|
23 |
+
## Source
|
24 |
+
|
25 |
+
Original data can be found at: https://data.cdc.gov/d/rqg5-mkef
|
26 |
+
|
27 |
+
## Usage
|
28 |
+
|
29 |
+
You can load this dataset using:
|
30 |
+
|
31 |
+
```python
|
32 |
+
from datasets import load_dataset
|
33 |
+
dataset = load_dataset('HHS-Official/motor-vehicle-occupant-death-rate-by-sex-2012-and')
|
34 |
+
```
|
35 |
+
## License
|
36 |
+
|
37 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|