Open banjtheman opened 3 years ago
Create a blog post using the data from the moving violations table to identify truly the worst state drivers
This is a long contested debate in the DMV, can we use data to find out the answer?
Example
select issue_date,latitude, longitude,fine_amount, violation_code, violation_process_desc,plate_state, objectid FROM analysis_data.moving_violations
Here is an example notebook exploring the data https://github.com/CharlotteJackson/DC_Crash_Bot/blob/master/notebooks/Moving_Violations_/Moving%20Violations.ipynb
Blog post is in GWW
From meeting
Hi! Hoping to work with Aisling on this!
What is the Task
Create a blog post using the data from the moving violations table to identify truly the worst state drivers
Why do we want to do this
This is a long contested debate in the DMV, can we use data to find out the answer?
How can I get started?
Example
Here is an example notebook exploring the data https://github.com/CharlotteJackson/DC_Crash_Bot/blob/master/notebooks/Moving_Violations_/Moving%20Violations.ipynb
Definition of Done
Blog post is in GWW