Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.06 KB

Project: New York shooting incidents data

Preview

This repository contains functions written in python to analyse New York shooting incedent data and plot results.

Getting Started

These instructions will help you to run the script on your maschine. First of all you need python3 installed, as well as following packages (see: requirements.txt):

pandas==0.23.4
matplotlib==2.1.1
numpy==1.13.3

Installing

Before running the script clone the repository to your desired directory:

cd /path/to/desired/directory
git clone git@github.com:Schlagoo/nypd_crime_data_analytics.git

After uncommenting the desired function, you can run the script from the terminal (linux) via:

(Make shure you the file is executable: sudo chmod +x .code/main.py!)

python3 ./code/main.py

Built with

Author