diff options
| -rw-r--r-- | README.md | 18 | ||||
| -rw-r--r-- | stats.py.ipynb | 26 |
2 files changed, 31 insertions, 13 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) diff --git a/stats.py.ipynb b/stats.py.ipynb index dfc580d..b127d69 100644 --- a/stats.py.ipynb +++ b/stats.py.ipynb @@ -14,7 +14,7 @@ { "cell_type": "code", "execution_count": 199, - "id": "lightweight-syracuse", + "id": "painted-humor", "metadata": {}, "outputs": [], "source": [ @@ -23,7 +23,7 @@ }, { "cell_type": "code", - "execution_count": 137, + "execution_count": 371, "id": "brave-marsh", "metadata": {}, "outputs": [], @@ -39,7 +39,7 @@ }, { "cell_type": "code", - "execution_count": 138, + "execution_count": 372, "id": "ordered-executive", "metadata": {}, "outputs": [ @@ -73,7 +73,7 @@ { "cell_type": "code", "execution_count": 296, - "id": "apparent-luther", + "id": "scientific-chess", "metadata": {}, "outputs": [], "source": [ @@ -84,7 +84,7 @@ { "cell_type": "code", "execution_count": 358, - "id": "greenhouse-dealer", + "id": "utility-syndrome", "metadata": {}, "outputs": [], "source": [ @@ -112,7 +112,7 @@ { "cell_type": "code", "execution_count": 370, - "id": "impressed-contrary", + "id": "spectacular-smile", "metadata": {}, "outputs": [ { @@ -320,7 +320,7 @@ { "cell_type": "code", "execution_count": 359, - "id": "spoken-survival", + "id": "adult-rouge", "metadata": {}, "outputs": [ { @@ -353,7 +353,7 @@ { "cell_type": "code", "execution_count": 360, - "id": "stone-newcastle", + "id": "german-firmware", "metadata": {}, "outputs": [ { @@ -386,7 +386,7 @@ { "cell_type": "code", "execution_count": 362, - "id": "immune-estate", + "id": "sought-johnson", "metadata": {}, "outputs": [ { @@ -419,7 +419,7 @@ { "cell_type": "code", "execution_count": 363, - "id": "sharing-occasion", + "id": "global-utilization", "metadata": {}, "outputs": [ { @@ -452,7 +452,7 @@ { "cell_type": "code", "execution_count": 364, - "id": "enormous-terror", + "id": "growing-heater", "metadata": {}, "outputs": [ { @@ -485,7 +485,7 @@ { "cell_type": "code", "execution_count": 365, - "id": "synthetic-profit", + "id": "younger-phrase", "metadata": {}, "outputs": [ { @@ -518,7 +518,7 @@ { "cell_type": "code", "execution_count": 366, - "id": "rough-sustainability", + "id": "victorian-permit", "metadata": {}, "outputs": [ { |
