CharlotteJackson / DC_Crash_Bot

10 stars 7 forks source link

Given an address, determine most unsafe time #82

Closed banjtheman closed 3 years ago

banjtheman commented 3 years ago

What is the Task

Given an address return the time period which the most incidents

Why do we want to do this

Step 3 in the TSA is "Days and time when safety concerns are the worst:" (Such as weekday AM peak, weekday PM peak, overnight, weekends, etc.)

How can I get started?

Would start by evaluating the crash datasets, and see if you can pull out the time and day of most incidents given an address https://docs.google.com/spreadsheets/d/18OQh78KhlL65JHM2DyQKVEdYUY8zXjHzTfYbdsd-Kes/

Here is a subset in the repo https://github.com/CharlotteJackson/DC_Crash_Bot/blob/master/data/analysis_data_dc_crashes_w_details.csv

Definition of Done

A function that can take an address as input and return a what day, and time has the most incidents

banjtheman commented 3 years ago

For those interested will fill out the code in this file https://github.com/CharlotteJackson/DC_Crash_Bot/blob/ddtsa/ddtsa/data_collectors/unsafe_times.py

banjtheman commented 3 years ago

Was able to do the following

Example below

image

banjtheman commented 3 years ago

Questions to bring up in next meeting