This project analyzes the 2024 Indian General Election results using Python and data analytics techniques. It explores trends across parties, states, constituencies, and vote shares to uncover key insights from the election data.
The goal of this project is to:
- Clean and organize election results data
- Visualize state-wise and party-wise outcomes
- Identify top-performing candidates and parties
- Analyze vote shares and margins
- Draw comparisons across regions
pandasβ For data manipulation and aggregationmatplotlib&seabornβ For data visualizationJupyter Notebookβ For interactive analysis and visualization
Project3.ipynbβ Main Jupyter notebook with full analysis and plotselection_results_2024.csvβ dataset containing official election results
- Clone the repository:
git clone https://github.com/Hardikk-7/Election-Analysis-Project.git cd Election-Analysis-Project