Contents
Understanding the IPL Dataset
The dataset used in this project contains historical Indian Premier League (IPL) match information collected over multiple seasons. It includes detailed records of every match, making it suitable for exploratory data analysis.
Some of the important columns in the dataset include:
Column | Description |
| season | IPL season in which the match was played |
| date | Match date |
| team1 | First team |
| team2 | Second team |
| toss_winner | Team that won the toss |
| toss_decision | Decision to bat or field first |
| winner | Match winner |
| player_of_match | Player awarded Player of the Match |
| venue | Stadium where the match was played |
| result | Method of victory |
| result_margin | Winning margin |
| match_type | League or Final match |
Each row represents one IPL match, allowing us to analyze performances across seasons, teams, players, and venues.
Cricket Data Analysis Using Python
VA










