home / opsnap

⚠️ Dangerous driving outcomes

Dangerous driving reports have polarised outcomes. It has the highest court prosecution rate of any offence (36%), but also a high NFA rate (38%). Cases either go to court or get dropped — there's very little middle ground.

Custom SQL query returning 5 rows (hide)

select disposal as Outcome, count(*) as Reports, round(100.0 * count(*) / (select count(*) from reports where offence = 'Dangerous Driving'), 1) as [% of total] from reports where offence = 'Dangerous Driving' group by disposal order by Reports desc

Edit SQL

This data as json, CSV

OutcomeReports% of total
NFA 40 37.7
Court 38 35.8
Warning Letter 21 19.8
RTC - Actioned 4 3.8
Other Action Taken 3 2.8