Road Accidents in Israel
All recorded Israeli road accidents — location, cause, severity, vehicles involved.
About this dataset
CBS + police dataset of all Israeli road accidents since 1981. Useful for road-safety research, dangerous-location apps, academic projects, data journalism.
Who it's for
How to use it
- 1Download CSV from CBS.
- 2Fields are coded — you'll need a data dictionary.
Installation & setup
Python + pandas + GeoPandas for geographic analysis.
Code examples
import pandas as pd
df = pd.read_csv("accidents_2023.csv")
severe_tlv = df[(df.severity == 1) & (df.city == 5000)]
print(f"תאונות חמורות בתל אביב 2023: {len(severe_tlv)}")Sample response
[
{
"accident_id": "2023-001234",
"date": "2023-03-15",
"city": 5000,
"severity": 1,
"vehicles": 2,
"weather": "נקי"
}
]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.
Israeli Election Results
All Israeli election results at ballot-box level, since 1996.