Baselight

Terrorist Attacks Data Since 1970-2023

Terrorist Attack Type, Death, Death Type, Killing Type, etc Data

@kaggle.rafsunahmad_terrorist_attacks_data_since_1970_2023

Loading...
Loading...

About this Dataset

Terrorist Attacks Data Since 1970-2023

This dataset contain terrorist attack data from 1970 to 2023.

It contains data like:

  1. Entity
  2. Entity Code
  3. Attack Year
  4. Total Terrorist attacks
  5. Terrorism deaths
  6. Attack method: Hijacking
  7. Attack method: Hostage Taking (Barricade Incident)
  8. Attack method: Unarmed Assault
  9. Attack method: Facility/Infrastructure Attack
  10. Attack method: Hostage Taking (Kidnapping)
  11. Attack method: Assassination
  12. Attack method: Armed Assault
  13. Attack method: Bombing/Explosion
  14. Death Age 100+
  15. Death Age: 51-99
  16. Death Age : 21-50
  17. Death Age : 11-20
  18. Death Age : 6-10
  19. Death Age : 1-5
  20. Terrorist Death Type : Suicide
  21. Terrorist Death Type : Killed

Tables

Terrorist Attacks

@kaggle.rafsunahmad_terrorist_attacks_data_since_1970_2023.terrorist_attacks
  • 101.19 KB
  • 10517 rows
  • 21 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.