Baselight

Ukraine/Russia Conflict Dataset

Use your data science skills to understand real world events!

@kaggle.kylegraupe_ukrainerussia_conflict_dataset

Ukraineconflict
@kaggle.kylegraupe_ukrainerussia_conflict_dataset.ukraineconflict

  • 5.09 MB
  • 96082 rows
  • 31 columns
event_id_cnty

EVENT ID CNTY

event_date

EVENT DATE

year

YEAR

time_precision

TIME PRECISION

disorder_type

DISORDER TYPE

event_type

EVENT TYPE

sub_event_type

SUB EVENT TYPE

actor1

ACTOR1

assoc_actor_1

ASSOC ACTOR 1

inter1

INTER1

actor2

ACTOR2

assoc_actor_2

ASSOC ACTOR 2

inter2

INTER2

interaction

INTERACTION

civilian_targeting

CIVILIAN TARGETING

iso

ISO

region

REGION

country

COUNTRY

admin1

ADMIN1

admin2

ADMIN2

admin3

ADMIN3

location

LOCATION

latitude

LATITUDE

longitude

LONGITUDE

geo_precision

GEO PRECISION

source

SOURCE

source_scale

SOURCE SCALE

notes

NOTES

fatalities

FATALITIES

tags

TAGS

timestamp

TIMESTAMP

ROU44820-May-201920191Political violenceViolence against civiliansAttackPolice Forces of Romania (2016-2019) Coast Guardnan1Civilians (Turkey)Fishers (Turkey)717Civilian targeting642EuropeRomaniaConstantanannanCoast of Constanta44.15628.9482Deschide; Hurriyet Daily; News.ro; CNN; TRT HaberNational-InternationalOn 20 May 2019, the Coast Guard of Romania fired at a Turkish fishing boat allegedly fishing in Romania's Exclusive Economic Zone (EEZ), 52 sea miles east of Costinesti [coded to Coast of Constanta]. Three Turkish fishers were reported to wounded.nan1649875498
ROU188528-March-202220221Strategic developmentsStrategic developmentsDisrupted weapons useMilitary Forces of Romania (2021-)nan1Unidentified Military Forcesnan818nan642EuropeRomaniaConstantanannanCoast of Constanta44.15628.9481Adevarul; G4mediaNationalDefusal: On 28 March 2022, Romanian minesweepers conducted a controlled detonation of a sea mine 70km away from the Midia port off the Coast of Constanta. The mine was most likely strayed from a location near Ukraine.nan1649184809
ROU194028-July-202220221DemonstrationsProtestsPeaceful protestProtesters (Romania)Greenpeace6nannan60nan642EuropeRomaniaConstantanannanCoast of Constanta44.15628.9481News.roNationalOn 28 July 2022, Greenpeace activists protested in front of an oil tanker off the Coast of Constanta, demanding a stop to the dependence on fossil fuels due to their effect on the climate.crowd size=no report1659462993
ROU194531-July-202220221Strategic developmentsStrategic developmentsDisrupted weapons useMilitary Forces of Romania (2021-)nan1Unidentified Armed Group (International)nan313nan642EuropeRomaniaConstantanannanCoast of Constanta44.15628.9481Digi24NationalDefusal: On 31 July 2022, Romanian Naval Forces defused and destroyed a YAM sea mine off the Coast of Constanta. The mine likely came from the Northern Black Sea region from the Ukrainian coast.nan1660055880
ROU194704-August-202220221DemonstrationsProtestsPeaceful protestProtesters (Romania)Greenpeace6nannan60nan642EuropeRomaniaConstantanannanCoast of Constanta44.15628.9481News.roNationalOn 4 August 2022, Greenpeace activists protested in front of an oil tanker off the Coast of Constanta, demanding a stop to the dependence on fossil fuels due to their effect on the climate.crowd size=no report1660055882
ROU196108-September-202220221Political violenceExplosions/Remote violenceRemote explosive/landmine/IEDUnidentified Military Forcesnan8Military Forces of Romania (2021-)nan118nan642EuropeRomaniaConstantanannanCoast of Constanta44.15628.9481G4media; RFE/RL; Adevarul; Balkan Insight; Digi24National-InternationalOn 8 September 2022, a sea mine of unknown origin hit the DM-29 minesweeping ship of the Romanian navy 46km off the Coast of Constanta, damaging it during a demining operation. No casualties.nan1663096246
ROU202610-December-202220221Strategic developmentsStrategic developmentsDisrupted weapons useMilitary Forces of Romania (2021-)nan1Unidentified Military Forcesnan818nan642EuropeRomaniaConstantanannanCoast of Constanta44.15628.9481Agerpres; DeschideNational-InternationalDefusal: On 10 December 2022, the Romanian navy conducted a controlled detonation of a sea mine of unknown origin located off the Coast of Constanta.nan1673376402
ROU204516-January-202320231Strategic developmentsStrategic developmentsDisrupted weapons useMilitary Forces of Romania (2021-)nan1Military Forces of Russia (2000-)nan818nan642EuropeRomaniaConstantaMihai ViteazunanCanalul Periboina44.61128.9292Adevarul; News.roNationalDefusal: On 16 January 2023, Romanian Naval Forces captured and disabled a part of a 57E6 Russian missile that was washed away by the sea near the Canalul Periboina.nan1674572555
TUR1426016-November-202020202Strategic developmentsStrategic developmentsArrestsMilitary Forces of Turkey (2016-)nan1Civilians (Afghanistan)Refugees/IDPs (Afghanistan); Civilians (Syria); Refugees/IDPs (Syria); Civilians (Iran); Refugees/IDPs (Iran)717nan792Middle EastTurkeySinopSinopnanCoast of Sinop42.03935.2242Ihlas News AgencyNationalArrests: Around 16 November 2020 (as reported), 115 migrants attempting to cross the border illegally to Romania via boats were stopped off the coast of Sinop and detained by the Coast Guard Command of Turkish Army. The migrants were from Afghanistan, Syria and Iran.nan1606149144
TUR1857003-November-202120211Strategic developmentsStrategic developmentsArrestsMilitary Forces of Turkey (2016-)nan1Civilians (International)Refugees/IDPs (International)717nan792Middle EastTurkeyIstanbulSilenanCoast of Sile41.25329.7132Ihlas News Agency; A HaberNationalOn 3 November 2021, 40 migrants attempting to cross the border illegally on a boat were captured off the coast of Sile, Istanbul and detained by the Coast Guard Command of the Turkish army. The migrants were from Afghanistan, Iraq, Iran, Syria and Bangladesh.nan1636383675

CREATE TABLE ukraineconflict (
  "event_id_cnty" VARCHAR,
  "event_date" VARCHAR,
  "year" BIGINT,
  "time_precision" BIGINT,
  "disorder_type" VARCHAR,
  "event_type" VARCHAR,
  "sub_event_type" VARCHAR,
  "actor1" VARCHAR,
  "assoc_actor_1" VARCHAR,
  "inter1" BIGINT,
  "actor2" VARCHAR,
  "assoc_actor_2" VARCHAR,
  "inter2" BIGINT,
  "interaction" BIGINT,
  "civilian_targeting" VARCHAR,
  "iso" BIGINT,
  "region" VARCHAR,
  "country" VARCHAR,
  "admin1" VARCHAR,
  "admin2" VARCHAR,
  "admin3" VARCHAR,
  "location" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "geo_precision" BIGINT,
  "source" VARCHAR,
  "source_scale" VARCHAR,
  "notes" VARCHAR,
  "fatalities" BIGINT,
  "tags" VARCHAR,
  "timestamp" BIGINT
);

Share link

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