aboutsummaryrefslogtreecommitdiff
path: root/backend/hist_data/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-10-05 22:45:52 +1100
committerTerry Truong <terry06890@gmail.com>2022-10-05 22:54:51 +1100
commit141f310d87f4fd7c3a4c728bf278c10fadc19606 (patch)
tree8ad4954c04d0b01bd5ef894c626ccaec8158cfc4 /backend/hist_data/README.md
parentdf14a1112e28597483de86619dcbd57dc5b15db7 (diff)
Add reduce_event_data.py
Add unit test, update README
Diffstat (limited to 'backend/hist_data/README.md')
-rw-r--r--backend/hist_data/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/hist_data/README.md b/backend/hist_data/README.md
index 96c31b5..bfecc1e 100644
--- a/backend/hist_data/README.md
+++ b/backend/hist_data/README.md
@@ -73,3 +73,6 @@ Some of the scripts use third-party packages:
1. Additional events can be described in `picked/events.json`, with images for them put
in `picked` (see the README for details).
1. Can run `gen_picked_data.py` to add those described events to the database.
+
+## Remove Events Without Images/Descs
+1. Run `reduce_event_data.py` to remove data for events that have no image/description.