diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1 +1,19 @@ # Israeli Election Data + +Election data for the last (4, and counting) election cycles in Israel from 2019. + +## Data + +- Data by ballots in [`ballots/`](ballots) +- Data by cities in [`cities/`](cities) + +## Dev + +```bash +$ pipenv sync +$ pipenv run jupyter notebook +``` + +## Just show me the data + +Go to the rendered notebook at [stats.py.ipynb](stats.py.ipynb) |
