Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonad/chicago_crime_analysis

Exploratory data analysis on Chicago Crime dataset.
https://github.com/jonad/chicago_crime_analysis

jupyter-notebook matplotlib numpy pandas python3

Last synced: 2 days ago
JSON representation

Exploratory data analysis on Chicago Crime dataset.

Awesome Lists containing this project

README

        

### Exploratory Data Analysis on [Chicago Crime Data](https://www.kaggle.com/currie32/crimes-in-chicago)
### from 2012 to 2017
### Run
In a terminal or command window, navigate to the top-level project directory `chicago_crime_analysis/` (that contains this README) and run one of the following commands:

```bash
ipython notebook chicago.ipynb
```
or
```bash
jupyter notebook chicago.ipynb
```

This will open the Jupyter Notebook software and project file in your browser.