ProblemsByVin commited on
Commit
7b458d8
·
verified ·
1 Parent(s): 286fff2

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: "NHTSA Defect Investigations - Tracked US Vehicles"
6
+ tags:
7
+ - automotive
8
+ - vehicles
9
+ - nhtsa
10
+ - defect-investigations
11
+ - odi
12
+ - recalls
13
+ - vehicle-safety
14
+ - open-data
15
+ size_categories:
16
+ - n<1K
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: nhtsa-investigations.csv
22
+ ---
23
+
24
+ # NHTSA Defect Investigations
25
+
26
+ Every NHTSA Office of Defects Investigation (ODI) action touching a tracked vehicle — open and historical. The leading indicator of a recall: a Preliminary Evaluation (PE) can escalate to an Engineering Analysis (EA) and then a recall. Includes the recall campaign number for investigations that became recalls.
27
+
28
+ ## Columns
29
+ | column | meaning |
30
+ |---|---|
31
+ | `action_number` | NHTSA investigation ID (prefix = type) |
32
+ | `type` | PE \| EA \| RQ \| DP \| AQ — investigation stage |
33
+ | `status` | open \| closed, per the NHTSA record |
34
+ | `make` | Manufacturer (blank if it spans multiple makes) |
35
+ | `model` | Model (blank if it spans multiple models) |
36
+ | `year_start` | Earliest affected model year in our fleet |
37
+ | `year_end` | Latest affected model year in our fleet |
38
+ | `component` | NHTSA component under investigation |
39
+ | `opened` | Investigation open date |
40
+ | `closed` | Close date (blank if open) |
41
+ | `recall_campaign` | NHTSA recall campaign # if it led to a recall |
42
+ | `nhtsa_url` | Official NHTSA record |
43
+
44
+ ## Source & methodology
45
+ Parsed from NHTSA’s ODI investigations flat file (FLAT_INV) and matched to our vehicles by year/make/model. One row per NHTSA action number. "status" is open when the federal record carries no close date; "recall_campaign" holds the NHTSA campaign number when the investigation led to a recall. An investigation is NHTSA examining a pattern — not a confirmed defect.
46
+
47
+ Canonical version, full methodology, and the other datasets: **https://problemsbyvin.com/data/** .
48
+
49
+ ## License
50
+ CC BY 4.0 — free to use with attribution to **ProblemsByVin (https://problemsbyvin.com)**.