This week, my partner and I met, reviewed the code, and divided up the writing of the report.
This week, my partner and I met, reviewed the code, and divided up the writing of the report.
This week, I applied Principal Component Analysis (PCA) and K-means clustering to explore patterns of protests, riots, and violence across U.S. states. PCA reduced the…
This week, I explored the relationship between three types of political violence events normalized per 1 million people: Protests_per_1M Riots_per_1M Violence_per_1M Using .corr() in Python,…
Building on last week’s work—where I grouped states by their counts of political protests, riots, and violence against civilians—I’ve now taken the next important step:…