Skip to content

safakcoze/motor_crashes_nyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Analyse Motor Vehicle Crashes in New York City, USA

Introduction

Motor_Crashes

Keywords: Motor Crashes, New York City, Urban Transportation, Open Source Data, Python, Data Analysis

Python Libraries and Data Used

List of python libraries used, version, and its purpose for the analysis.

Library Version Purpose
numpy 1.21.5 array computing with Python
pandas 1.4.2 data structures for data analysis and statistics
geopandas 0.14.1 geographic pandas extensions
matplotlib 3.5.1 Python plotting package
plotly 5.6.0 An open-source, interactive data visualization library for Python

List the data sets used in the notebook. Specify sources. Indicate data formats for each input data set. Describe the most relevant columns/variables for the analysis per each input dataset.

Dataset Format Source Description Selected/used variables
Motor Vehicle Collisions CSV NYC Open Data Motor Vehicle Collisions in New York, USA CRASH DATE, CRASH TIME, BOROUGH
Borough Boundaries GeoJson NYC Open Data Borough boundaries in NYC borough_name, geometry

Motor Crashes by Year and Time of Day

yearly_motor_crashes

hourly_motor_crashes

Density Heatmap by Plotly

plotly_hist

About

Analyse Motor Vehicle Crashes in New York City, USA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published