US Truck-Involved Fatal Crashes (FARS): Filtered Dataset 2018–2024
Description
This dataset is a filtered subset of records from the NHTSA Fatality Analysis Reporting System (FARS), spanning from 2018 to 2024. It includes only fatal crashes involving at least one medium or heavy commercial truck (FARS BODY_TYP codes 60–69). The dataset contains 33,898 rows, covering all 50 U.S. states and the District of Columbia.
Each row represents a single fatal crash and includes the following columns: year, state FIPS code, state name, FARS city code, city name, state-case ID, total fatalities, latitude, and longitude.
Passenger pickups with a Gross Vehicle Weight Rating (GVWR) under 10,000 lbs are excluded, aligning with the standard NHTSA/IIHS definition of a truck crash.
A companion analysis script, `analyze.py`, downloads raw FARS National CSV zip files from static.nhtsa.gov. It then performs an accident-by-vehicle join based on `BODY_TYP` and generates per-city aggregations.
An interactive report based on this data is published at: https://accidentlawyerreview.com/research/vision-zero-report-card/
The source code repository is available on GitHub: https://github.com/MarvinBregiosa/vision-zero-fars
A HuggingFace mirror, which includes the same data and `datasets-library` integration, can be found at: https://huggingface.co/datasets/MarvinBregiosa/us-truck-fatalities-fars-2018-2024
Files
truck_fatal_crashes_2018_2024.csv
Files
(2.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:76c04e344d757cd43931f584f64a52cc
|
8.4 kB | Download |
|
md5:e8c67e932d61ca76d104013ca9513ccf
|
2.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Report: https://accidentlawyerreview.com/research/vision-zero-report-card/ (URL)
- Software: https://github.com/MarvinBregiosa/vision-zero-fars (URL)
- Dataset: https://huggingface.co/datasets/MarvinBregiosa/us-truck-fatalities-fars-2018-2024 (URL)