aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6610791..1ba973d 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,9 @@ Data from the Omaha police department, used to analyze and visualize statistics.
## TODO
- [x] Import script
-- [ ] Remove duplicate instances of headers being inserted into the database as
- records
-- [ ] Analysis script
-- [~] Visualization script
+- [ ] Remove duplicate instances of headers being inserted into the database as records
+- [ ] Explore & analyze the data
+- [ ] Plotly Dash visualizations
- [ ] Build API to connect to database?
## API
@@ -20,3 +19,7 @@ For the time being, you can explore the database via API with
pip3 install sqlite2rest
sqlite2rest serve ./raw_data/ingress.db
```
+
+## Screenshots
+
+![](./screenshots/dashboard.png)