mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Add potentially interesting statistics
This commit is contained in:
parent
430dda0cc6
commit
9cbff4aa30
1 changed files with 7 additions and 1 deletions
|
|
@ -8,4 +8,10 @@ In order to set up the tables you have to create them first. This is done quite
|
||||||
```python
|
```python
|
||||||
from models import *
|
from models import *
|
||||||
create_tables()
|
create_tables()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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?
|
||||||
Loading…
Add table
Add a link
Reference in a new issue