ACLED Protests & Violence In Indonesia 2015-2019
Infographic, By Elliott Bynum
@kaggle.aankasman_acled_protests_violence_in_indonesia_20152019
Infographic, By Elliott Bynum
@kaggle.aankasman_acled_protests_violence_in_indonesia_20152019
Armed Conflict Location & Event Data Project (ACLED) year 2015 -2019 in Indonesia
ACLED collects and codes reported information on political violence, demonstrations
(rioting and protesting) and select non-violent, politically important events. It aims to
capture the modes, frequency and intensity of political violence and opposition as it
occurs.
Political violence is defined as the use of force by a group with a political purpose or
motivation. ACLED records political violence through its constituent events, the intent of
which is to produce a comprehensive overview of all forms of political disorder,
expressed through violence and demonstrations, within and across states. A politically
violent event is a single altercation where often force is used by one or more groups
toward a political end, although some non-violent instances – including protests and
strategic developments – are included in the dataset to capture the potential pre-cursors
or critical junctures of a violent conflict.
Dataset Copyright by ACLED, (2019). “Armed Conflict Location & Event Data Project (ACLED) Dataset.”
CREATE TABLE n_2015_01_01_2019_01_31_south_eastern_asia_indonesia (
"data_id" BIGINT,
"iso" BIGINT,
"event_id_cnty" VARCHAR,
"event_id_no_cnty" BIGINT,
"event_date" VARCHAR,
"year" BIGINT,
"time_precision" BIGINT,
"event_type" VARCHAR,
"sub_event_type" VARCHAR,
"actor1" VARCHAR,
"assoc_actor_1" VARCHAR,
"inter1" BIGINT,
"interaction" 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,
"timestamp" BIGINT,
"iso3" VARCHAR
);
Anyone who has the link will be able to view this.