From 9cbff4aa308d0ca6fbcf3f8d06ad5110a7c1d60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Sat, 7 Feb 2015 14:53:09 +0100 Subject: [PATCH] Add potentially interesting statistics --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da3fc83..3566e29 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,10 @@ In order to set up the tables you have to create them first. This is done quite ```python from models import * create_tables() -``` \ No newline at end of file +``` + +## Interesting statistics +1. How often did violence occur? +2. Where did it occur the most? +3. How do we categorize it? +4. How many did occur close train stations? \ No newline at end of file