Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.16 KB

File metadata and controls

16 lines (9 loc) · 1.16 KB

Exploratory-Visualization-Shiny-Project

How safe is it to walk the streets of New York City - NYC Motor Vehicle Collision

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.