ProblemsByVin commited on
Commit
5846484
·
verified ·
1 Parent(s): 88c0091

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: "Engine-Family Complaint Density (NHTSA, MY 2005-2025)"
6
+ tags:
7
+ - automotive
8
+ - engines
9
+ - nhtsa
10
+ - vehicle-reliability
11
+ - engine-defects
12
+ - recalls
13
+ - open-data
14
+ - consumer-data
15
+ size_categories:
16
+ - n<1K
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: engine-complaint-density.csv
22
+ ---
23
+
24
+ # Engine-Family Complaint Density
25
+
26
+ Curated problematic engine families (documented defect patterns — class actions, NHTSA investigations, or 100+ fleet complaints), with total NHTSA complaints, recalls, and complaints normalized per model-year entry. Density lets you compare families of different production volumes.
27
+
28
+ ## Columns
29
+ | column | meaning |
30
+ |---|---|
31
+ | `engine_family` | Engine family name |
32
+ | `manufacturer` | Manufacturer |
33
+ | `displacement` | Displacement |
34
+ | `configuration` | Engine configuration |
35
+ | `years` | Production years |
36
+ | `modelyear_entries` | Matching model-year entries in DB |
37
+ | `complaints` | Total NHTSA complaints across the family |
38
+ | `complaints_per_modelyear` | Complaints ÷ model-year entries |
39
+ | `recalls` | Total recalls across the family |
40
+ | `alleged_fires` | Complaints alleging fire (unverified) |
41
+ | `alleged_deaths` | Complaints alleging death (unverified) |
42
+ | `url` | Source page on ProblemsByVin |
43
+
44
+ ## Source & methodology
45
+ Families are the editorial set powering /engines/. For each family we sum complaints/recalls/harm flags across every matching (year, make, model) in the DB. "complaints_per_modelyear" = total complaints ÷ model-year entries present. Complaints are unverified consumer reports.
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)**.