Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonad/chicago_crime_analysis
- Owner: jonad
- Created: 2017-05-17T21:13:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T01:22:59.000Z (over 7 years ago)
- Last Synced: 2024-12-27T12:09:41.851Z (about 2 months ago)
- Topics: jupyter-notebook, matplotlib, numpy, pandas, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.