This project analyzes helicopter prison escapes from various countries and years. The goal is to understand trends, patterns, and notable occurrences of helicopter-assisted prison breaks.
To run this project locally, follow these steps:
-
Clone this repository: git clone https://github.com/vajrastra/HelicopterPrisonBreak.git
-
Navigate to the project directory: cd HelicopterPrisonBreak
-
Install the required dependencies: pip install -r requirements.txt
- Open the relevant files or scripts in the repository.
- Modify input parameters or settings as needed.
- Run the scripts using Python:
The project follows these steps:
- Import data from the List of helicopter prison escapes Wikipedia article.
- Extract information like dates, countries, and escape details.
- Analyze escape attempts per year and per country.
- Visualize findings using bar plots.
Key findings include:
- The years with the most escape attempts were 1986, 2001, 2007, and 2009.
- France had the highest number of helicopter prison escape attempts.
- Data source: Wikipedia - List of helicopter prison escapes
- Programming language: Python
- Libraries: Pandas, Matplotlib
For questions or feedback, feel free to contact me at prsk3496@gmail.com.