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 43 39.1
Court 38 34.5
Warning Letter 22 20.0
RTC - Actioned 4 3.6
Other Action Taken 3 2.7