# Egypt Protest Analysis
Analysis of protest events in Egypt using ACLED data.
## Files
- **bella_copia.ipynb** - Main Jupyter notebook with analysis and visualizations
- **ACLED_egypt2011.csv** - Egypt protest data (2011)
- **ACLED_alsisi.csv** - Egypt protest data (Alsisi period)
- **Visualizations** - PNG charts showing policy and protest trends
## How to View
### Option 1: GitHub Pages (Recommended)
This notebook is published on GitHub Pages for easy viewing in your browser.
### Option 2: Local Viewing
1. Clone this repository
2. Install Jupyter: `pip install jupyter`
3. Run: `jupyter notebook bella_copia.ipynb`
### Option 3: nbviewer
Visit:
nbviewer.jupyter.org and paste the raw notebook link
## About the Data
- **ACLED**: Armed Conflict Location and Event Data Project
- Focus: Protest events and policy analysis in Egypt
- Includes: Event dates, locations, participants, and outcomes
## Author
Created using Python, Pandas, and Jupyter Notebook