Skip to content

WarnZzz/IPL-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏏 IPL Data Analysis (2008-2024)

Exploratory Data Analysis on the Indian Premier League (IPL) dataset using Python. This project uncovers key insights about match results, player performances, venue statistics, and seasonal trends across 17 IPL seasons.


📊 Analyses Performed

# Analysis Key Finding
1 Team Wins MI and CSK are the most successful IPL teams
2 Toss Impact Winning toss has no significant impact (50.6%)
3 Toss Decision 64.3% of teams choose to field after winning toss
4 Season Trends IPL expanded in 2022 with two new teams
5 Venue Analysis Eden Gardens is the most used IPL venue (77 matches)
6 Top Players AB de Villiers leads in Player of the Match awards
7 Win by Runs vs Wickets Chasing is more successful (578 vs 498)
8 Super Over Only 1.3% of matches go to a Super Over

🛠️ Tools & Technologies

  • Python
  • Pandas
  • Matplotlib
  • Seaborn
  • Jupyter Notebook

🚀 How to Run

  1. Clone the repository:
   git clone https://github.com/WarnZzz/IPL-Data-Analysis.git
  1. Install dependencies:
   pip install -r requirements.txt
  1. Open the notebook:
   jupyter notebook notebooks/ipl_analysis.ipynb

📁 Project Structure

IPL-Data-Analysis/
│
├── data/                  # Dataset files
├── notebooks/             # Jupyter notebooks
│   └── ipl_analysis.ipynb
├── README.md              # Project documentation
└── requirements.txt       # Dependencies

📂 Dataset


💡 Key Takeaways

  • Winning the toss does not guarantee winning the match
  • Teams strongly prefer to field first due to dew factor in night matches
  • Chasing is more successful than defending in IPL
  • AB de Villiers is the most impactful player in IPL history by Player of the Match awards
  • Eden Gardens has hosted the most IPL matches

👤 Author

Ranjan Paudel

About

Exploratory Data Analysis on IPL dataset using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors