aboutsummaryrefslogtreecommitdiff
path: root/backend/hist_data/gen_picked_data.py
AgeCommit message (Collapse)Author
2023-02-05Use relative imports between data generation scriptspackage-importsTerry Truong
Avoids the need for code that modifies sys.path, but requires running of the scripts using 'python -m' with backend/ as cwd. Also expects constants like DB_FILE to be non-relative, due to running from backend/.
2023-01-21Adjust backend coding styleTerry Truong
Increase line spacing, add section comments, etc
2023-01-20Make gen_picked_data.py update event distribution tablesTerry Truong
2023-01-20Enable gen_picked_events.py to modify and delete eventsTerry Truong
2023-01-02Adjust wikidata event specifiersTerry Truong
Do minor refactors: - Swap fmt=1 and fmt=2 in 'events' table - Make documentation consistently use BC and AD - import argparse at start of scripts
2022-10-04Add gen_picked_data.pyTerry Truong
Add unit test Update READMEs and .gitignore