Violations become a per-driver profile
How a violation log is reshaped into something that can be joined to everything else.
- 1The federal roadside-inspection record arrives as one row per violation
- 2It is pivoted by driver and safety category, so each driver gets a count per category
- 3The result is one row per driver — the shape every other source has to match
- 4It is exported as a settled file rather than held in memory for the next step



