Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Impaired Driving Death Rate, by Age and Sex, 2012 & 2014, Region 9 -
|
5 |
+
San Francisco
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- cdc
|
10 |
+
license: odbl
|
11 |
+
---
|
12 |
+
|
13 |
+
# Impaired Driving Death Rate, by Age and Sex, 2012 & 2014, Region 9 - San Francisco
|
14 |
+
|
15 |
+
## Description
|
16 |
+
|
17 |
+
Rate of deaths by age/gender (per 100,000 population) for people killed in crashes involving a driver with BAC =>0.08%, 2012, 2014. 2012 Source: Fatality Analysis Reporting System (FARS). 2014 Source: National Highway Traffic 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.
|
18 |
+
|
19 |
+
## Dataset Details
|
20 |
+
|
21 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
22 |
+
- **Last Modified**: 2025-04-28
|
23 |
+
- **Contact**: CDC INFO ([email protected])
|
24 |
+
|
25 |
+
## Source
|
26 |
+
|
27 |
+
Original data can be found at: https://data.cdc.gov/d/3se3-rwj2
|
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/impaired-driving-death-rate-by-age-and-sex-2012-an')
|
36 |
+
```
|
37 |
+
## License
|
38 |
+
|
39 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|