Menu

Dataset Overview

Dataset Overview

The project uses the IPL Complete Dataset (2008–2025) available on Kaggle. This dataset contains detailed information about IPL matches played across multiple seasons, making it suitable for exploratory data analysis and visualization.

Dataset Download

Download the dataset from:

IPL Complete Dataset (2008–2025) – Kaggle

The dataset contains two CSV files:

  • matches.csv – Match-level information such as teams, venue, toss, winner, player of the match, and result.
  • deliveries.csv – Ball-by-ball information for every IPL match. (This project primarily uses matches.csv.)

Dataset Features

Feature

Description

seasonIPL season
dateMatch date
team1First competing team
team2Second competing team
toss_winnerTeam winning the toss
toss_decisionBat or Field
winnerMatch winner
player_of_matchBest performing player
venueMatch venue
resultMethod of victory
result_marginWinning margin
match_typeLeague or Playoff match

Each row represents a single IPL match, allowing us to analyze player performances, team statistics, toss decisions, venue trends, and match outcomes.