Israeli Election Results
All Israeli election results at ballot-box level, since 1996.
About this dataset
Central Elections Committee dataset with every major Israeli election at ballot-box resolution (10,000+ stations). Used for political analysis, visualizations, and social research.
Who it's for
How to use it
- 1Download from bechirot.gov.il. Each campaign is a separate dataset.
Installation & setup
Python/Excel.
Code examples
import pandas as pd
df = pd.read_csv("elections_2022_kalfi.csv")
top = df.groupby("ishuv_name")[["party_1", "party_2"]].sum()
print(top.head())Sample response
[
{
"ishuv": "תל אביב",
"kalfi": 101,
"voters": 420,
"likud": 89,
"mahane_mamlachti": 165
}
]FAQ
Tips & pitfalls
More datasets in this category
Israeli Gas Stations
All 1,100+ gas stations in Israel with location, company and services.
Israeli Educational Institutions
All 5,400+ schools and kindergartens in Israel with institution code, address, student count.
Israeli Bus & Train Stops
All 30,000+ public-transport stops in Israel with precise location and route info.
Israel Cadastre (Gush/Helka)
Every parcel of land in Israel — block, parcel, geographic location and boundaries.
Israeli Tourist Sites
2,000+ official Israeli tourist sites — historical sites, beaches, nature reserves and more.
Road Accidents in Israel
All recorded Israeli road accidents — location, cause, severity, vehicles involved.