MattiaToscanelli / global-terrorism-analysis

🧨💣 Analysis of worldwide terrorist attacks from 1970 to 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global terrorism analysis

Introduction

This project shows analyses regarding terrorist attacks from 1970 to 2017. General, temporal, and geographical analyses are performed.

Take a look at the notebook here.

Team

  • Bryan Beffa
  • Mattia Toscanelli

Important columns

  • Date (Year, Month, Day) --> The date of the attack
  • Latitude/Longitude --> latitude and longitude of where the attack happened
  • Country --> The country where the attack happened
  • Region --> The geographical region (≠ continent) where the attack happened
  • Target --> The group, the target that was attacked.
  • Killed --> Number of victims of the attack
  • Weapon_type --> Weapon used for the attack

Libraries

  • Numpy
  • Pandas
  • Plotly
  • Calendar

Dataset Source

https://www.kaggle.com/datasets/START-UMD/gtd?datasetId=504&sortBy=voteCount (03.12.2022)
https://www.kaggle.com/datasets/kaggleashwin/population-dataset (03.12.2022) --> For proportions a based on population and maps - 1 line for each country

About

🧨💣 Analysis of worldwide terrorist attacks from 1970 to 2017


Languages

Language:Jupyter Notebook 100.0%