Data Analysis Project on Electoral Bond in Python Colab

Description:
1. Data Overview:
Source: Data provided by SBI Bank to the Election Commission of India.
Time Period: April 2019 to January 2024.
Datasets:
Purchase Data: Includes details of who purchased bonds and when.
Redemption Data: Includes details of who redeemed bonds and when.
2. Key Findings:
Purchase vs. Redemption Timeline:
No instance of a redemption occurring more than 15 days after the purchase date.
Data Merging and Validation:
Columns "Prefix" and "Bond Number" were merged to create a unique identifier for both datasets.
After merging:
1,680 entries in the Purchase Data did not match with Redemption Data.
130 entries in the Redemption Data did not match with Purchase Data.
Data types were standardized, and naming inconsistencies were cleaned.
Top Purchasers (2019–2024):
Top 5 Entities:
Future Gaming and Hotel Services
Megha Engineering and Infrastructure
Qwik Supply Chain Private Limited
Haldi Energy
Vedanta Limited
Denomination Insights:
Bonds of ?1 crore denomination dominate across all donations.
Time-Based Trends:
Peak Purchase Months: January, April, and October.
Peak Years for Purchases: 2022 and 2023.
Redemption Patterns:
Majority of bonds were redeemed within 5 days of purchase.
Political Party Encashments:
Top Political Parties by Encashment:
BJP (Bharatiya Janata Party)
Trinamool Congress
Indian National Congress
Data Exploration:
New columns were added for day names, months, and years for analysis.
Crosstab analysis was used to evaluate purchase trends vs. political party denomination sum amounts.