Baselight

Complete Match-wise IPL Dataset: 2023, 2024 & 2025

Matchwise Data of IPL 2025, 2024 and 2023 | Complete data up to last IPL match

@kaggle.aravindas01_ipl_2023_data

Loading...
Loading...

About this Dataset

Complete Match-wise IPL Dataset: 2023, 2024 & 2025

πŸ“¦ Dataset Overview

This dataset contains clean and structured match-level data for last three consecutive IPL seasons:

βœ… IPL 2023 β€” March 31 to May 28

βœ… IPL 2024 β€” Full season covered

βœ… IPL 2025 β€” Complete and up-to-date, including the latest fixtures

It’s ideal for performing Exploratory Data Analysis (EDA), building ML models, and generating insights into match patterns, team performances, and seasonal trends.

πŸ“ Files Included

IPL23dataset.csv β†’ Complete data for IPL 2023

ipl_complete_data_2024.csv β†’ Complete data for IPL 2024

ipl_2025_complete_data.csv β†’ Complete and updated data for IPL 2025

πŸ“Š What’s Inside? (Key Features)

Each match record contains comprehensive information such as:

Match Number & Date
Venue
Teams Playing (Team 1 & Team 2)
Toss Winner & Decision
First and Second Innings Teams
Match Winner
Player of the Match
Score Details: Runs, Wickets, Overs, etc.

🧠 Why This Dataset?

This dataset is perfect for:

πŸ“Œ EDA & Visualization Projects

πŸ€– Machine Learning Model Training

πŸ“ˆ Seasonal Team Performance Comparisons

πŸ“Š Fantasy League & Strategy Insights

πŸ“° Sports Journalism & Commentary

🎯 Target Users

Data Scientists & Analysts

Machine Learning Practitioners

Cricket Fans & Fantasy League Enthusiasts

Sports Researchers & Statisticians

πŸ”— Sources & Acknowledgements

Credits to reliable sources:

crickhit.com
sportskeeda.com
Official IPL Website

πŸ”„ Dataset Updates

This dataset will continue to stay updated during and after the IPL 2025 season.
Found it helpful? Please give it an upvote πŸ‘ and follow the page to stay notified of future versions!

❀️ Thank You!

Feel free to use this dataset for analysis, build interactive dashboards, or train cricket-based AI models.
Stay tuned and enjoy IPL 2025 β€” on and off the field!

Tables

Ipl 2025 Complete Data

@kaggle.aravindas01_ipl_2023_data.ipl_2025_complete_data
  • 9.96 KB
  • 74 rows
  • 9 columns
Loading...

CREATE TABLE ipl_2025_complete_data (
  "match_number" BIGINT,
  "date_time" VARCHAR,
  "venue" VARCHAR,
  "team_1" VARCHAR,
  "team_1_score" VARCHAR,
  "team_2" VARCHAR,
  "team_2_score" VARCHAR,
  "winner" VARCHAR,
  "winning_margin" VARCHAR
);

Ipl23dataset

@kaggle.aravindas01_ipl_2023_data.ipl23dataset
  • 14.26 KB
  • 63 rows
  • 15 columns
Loading...

CREATE TABLE ipl23dataset (
  "match_number" BIGINT,
  "date" VARCHAR,
  "venue" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "toss_winning_team" VARCHAR,
  "toss_decision" VARCHAR,
  "first_batting_team" VARCHAR,
  "second_batting_team" VARCHAR,
  "first_innings_score" VARCHAR,
  "overs_in_first_innings" DOUBLE,
  "second_innings_score" VARCHAR,
  "overs_in_second_innings" DOUBLE,
  "winning_team" VARCHAR,
  "won_by" VARCHAR
);

Ipl Complete Data 2024

@kaggle.aravindas01_ipl_2023_data.ipl_complete_data_2024
  • 9.97 KB
  • 74 rows
  • 9 columns
Loading...

CREATE TABLE ipl_complete_data_2024 (
  "match_number" BIGINT,
  "date_time" VARCHAR,
  "venue" VARCHAR,
  "team_1" VARCHAR,
  "team_1_score" VARCHAR,
  "team_2" VARCHAR,
  "team_2_score" VARCHAR,
  "winner" VARCHAR,
  "winning_margin" VARCHAR
);

Share link

Anyone who has the link will be able to view this.