Blog Post : https://nycdatascience.com/blog/student-works/r-shiny/how-safe-to-walk-the-streets-of-new-york/
The goal of this project was exploratory data analysis of the NYC Motor Vehicle Collision dataset, made publicaly available by NYC Open Data.
As a New Yorker, I walk to school and work and so have wondered about the safety of the streets I must go through. We hear about drivers plowing into pedestrians. In May 2017 this happened at Times Square, and it resulted in the death of a young girl. Since then I have constant fear in my mind that what if someone rams car into the walkway? So with this fear on my mind, I decided to visualize the NYC Motor Vehicle Collision dataset to determine some significant insights.
R-Shiny Application : https://0xinach.shinyapps.io/nyc_motor_vehicle_collision/
- server.R - R-shiny server code that runs on backend.
- ui.R - R-shiny UI code that runs on backend.
- www - contains stylesheets for the R-shiny Dashboard.