Global Protest Tracker
list of all the protest (old & new) since 2017
@kaggle.kkhandekar_global_protest_tracker
list of all the protest (old & new) since 2017
@kaggle.kkhandekar_global_protest_tracker
A one-stop source for following crucial trends in the most significant antigovernment protests worldwide since 2017. This list contains all the protests that are currently active and that have happened since 2017.
Last updated: May 4, 2022
CREATE TABLE globalprotesttracker (
"country" VARCHAR,
"protest_name" VARCHAR,
"start_date" VARCHAR,
"freedom_rating_status" VARCHAR -- Freedom Rating (Status),
"triggers" VARCHAR,
"motivations" VARCHAR,
"peak_size" VARCHAR,
"key_participants" VARCHAR,
"duration" VARCHAR,
"outcomes" VARCHAR,
"active_protests" VARCHAR,
"economic_motivation" VARCHAR -- Economic Motivation?,
"political_motivation" VARCHAR -- Political Motivation?,
"corruption_motivation" VARCHAR -- Corruption Motivation?,
"size_category" VARCHAR,
"protests_with_a_significant_outcome" VARCHAR,
"large_protests_over_100_000_protesting" VARCHAR -- Large Protests (Over 100,000 Protesting),
"violent_government_response" VARCHAR,
"long_protests_more_than_3_months" VARCHAR -- Long Protests (more Than 3 Months),
"coronavirus_related_protests" VARCHAR,
"capital_city" VARCHAR
);Anyone who has the link will be able to view this.