Terrorist Attacks Data Since 1970-2023
Terrorist Attack Type, Death, Death Type, Killing Type, etc Data
@kaggle.rafsunahmad_terrorist_attacks_data_since_1970_2023
Terrorist Attack Type, Death, Death Type, Killing Type, etc Data
@kaggle.rafsunahmad_terrorist_attacks_data_since_1970_2023
CREATE TABLE terrorist_attacks (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"terrorist_attacks" BIGINT,
"terrorism_deaths" BIGINT,
"attack_method_hijacking" BIGINT,
"attack_method_hostage_taking_barricade_incident" BIGINT,
"attack_method_unarmed_assault" BIGINT,
"attack_method_facility_infrastructure_attack" BIGINT,
"attack_method_hostage_taking_kidnapping" BIGINT,
"attack_method_assassination" BIGINT,
"attack_method_armed_assault" BIGINT,
"attack_method_bombing_explosion" BIGINT,
"death_age_100" BIGINT,
"death_age_51_99" BIGINT,
"death_age_21_50" BIGINT,
"death_age_11_20" BIGINT,
"death_age_6_10" BIGINT,
"death_age_1_5" BIGINT,
"terrorist_death_type_suicide" BIGINT,
"terrorist_death_type_killed" BIGINT
);
Anyone who has the link will be able to view this.