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
CREATE TABLE globalprotesttracker (
"country" VARCHAR,
"protest_name" VARCHAR,
"start_date" VARCHAR,
"freedom_rating_status" VARCHAR,
"triggers" VARCHAR,
"motivations" VARCHAR,
"peak_size" VARCHAR,
"key_participants" VARCHAR,
"duration" VARCHAR,
"outcomes" VARCHAR,
"active_protests" VARCHAR,
"economic_motivation" VARCHAR,
"political_motivation" VARCHAR,
"corruption_motivation" VARCHAR,
"size_category" VARCHAR,
"protests_with_a_significant_outcome" VARCHAR,
"large_protests_over_100_000_protesting" VARCHAR,
"violent_government_response" VARCHAR,
"long_protests_more_than_3_months" VARCHAR,
"coronavirus_related_protests" VARCHAR,
"capital_city" VARCHAR
);
Anyone who has the link will be able to view this.