home / opsnap

⚠️ Dangerous driving outcomes

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

Custom SQL query returning 6 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 43 37.4
Court 38 33.0
Warning Letter 22 19.1
Fixed Penalty 5 4.3
RTC - Actioned 4 3.5
Other Action Taken 3 2.6