Menu

Understanding the IPL Dataset

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

seasonIPL season in which the match was played
dateMatch date
team1First team
team2Second team
toss_winnerTeam that won the toss
toss_decisionDecision to bat or field first
winnerMatch winner
player_of_matchPlayer awarded Player of the Match
venueStadium where the match was played
resultMethod of victory
result_marginWinning margin
match_typeLeague or Final match

Each row represents one IPL match, allowing us to analyze performances across seasons, teams, players, and venues.