Skip to content

Schlagoo/nypd_crime_data_analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Functionality to visualize open NYPD crime data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages