Fatalities In The Israeli-Palestinian Conflict
Dataset on individuals killed in the conflict between 2000-10 & 2023-09
@kaggle.asaniczka_fatalities_in_the_israeli_palestinian_conflict
Dataset on individuals killed in the conflict between 2000-10 & 2023-09
@kaggle.asaniczka_fatalities_in_the_israeli_palestinian_conflict
This dataset provides information on the individuals killed during the Israeli-Palestinian conflict since the second intifada, which began in September 2000. The data has been meticulously collected and investigated by BβTselem β The Israeli Information Center for Human Rights in the Occupied Territories.
The dataset includes statistics on all human beings β Palestinians, Israelis, and foreign nationals β who lost their lives during this conflict. It provides details such as name, age, citizenship, date of death, gender, participation in hostilities, place of residence, type of injury, ammunition used, and more.
Please note that the dataset contains sensitive information and focuses on the humanitarian aspect rather than taking any political stance.
If you find this dataset valuable, don't forget to hit the upvote button! ππ
Data on Palestinian Structures Israel Demolished
Daily Public Opinion on Israel-Palestine War
Photo by Levi Meir Clancy on Unsplash
CREATE TABLE fatalities_isr_pse_conflict_2000_to_2023 (
"name" VARCHAR,
"date_of_event" TIMESTAMP,
"age" DOUBLE,
"citizenship" VARCHAR,
"event_location" VARCHAR,
"event_location_district" VARCHAR,
"event_location_region" VARCHAR,
"date_of_death" TIMESTAMP,
"gender" VARCHAR,
"took_part_in_the_hostilities" VARCHAR,
"place_of_residence" VARCHAR,
"place_of_residence_district" VARCHAR,
"type_of_injury" VARCHAR,
"ammunition" VARCHAR,
"killed_by" VARCHAR,
"notes" VARCHAR
);Anyone who has the link will be able to view this.