Baselight

Indian Premier League (IPL) - 2008-2024

Detailed Ball to Ball analysis of every match from 2008-2024

@kaggle.saiprudvirajy_indian_premier_league_ipl_2008_2024

Loading...
Loading...

About this Dataset

Indian Premier League (IPL) - 2008-2024

These datasets provide a multifaceted view of the IPL, from overarching team successes and strategies to individual player performances and detailed match analyses. They are valuable resources for fans, sports analysts, and researchers interested in cricket analytics, offering insights into the evolution of teams and players within the IPL over the years.

Team Performance Dataset (2008-2024): This dataset details match-by-match performances, including match dates, teams, venues, toss decisions, match winners, innings scores, and specific phase scores (powerplay, middle overs, death overs). It's valuable for analyzing match outcomes, team strategies, and performance trends over time.

Players Info (2024): Focused on individual players, this dataset includes player names, teams, nationalities, roles, debut years, batting and bowling styles, and salaries. It provides insights into player demographics, roles within their teams, and their financial aspects in the IPL.

IPL Teams Info (2024): This dataset outlines key information about IPL teams, including team names, current captains and coaches, home grounds, number of IPL titles won, team owners, and brief team histories. It's useful for understanding team compositions, leadership, achievements, and backgrounds.

IPL Ball-by-Ball Data (2008-2024): Offering detailed ball-by-ball information for matches, including deliveries bowled, runs scored, extras, wicket details, and the players involved. This dataset is ideal for granular analyses of match play, bowler and batsman performances, and in-depth statistical studies.

The dataset ball by ball and team performance will be updated weekly and in the next version, I will add players stats dataset and image links for better visualizations. If you like the dataset give an upvote.

Tables

Ipl Ballbyball2008–2024 Updated

@kaggle.saiprudvirajy_indian_premier_league_ipl_2008_2024.ipl_ballbyball2008_2024_updated
  • 1.55 MB
  • 255759 rows
  • 19 columns
Loading...

CREATE TABLE ipl_ballbyball2008_2024_updated (
  "match_id" BIGINT,
  "date" TIMESTAMP,
  "season" VARCHAR,
  "batting_team" VARCHAR,
  "bowling_team" VARCHAR,
  "innings_no" BIGINT,
  "ball_no" DOUBLE,
  "bowler" VARCHAR,
  "striker" VARCHAR,
  "non_striker" VARCHAR,
  "runs_scored" BIGINT,
  "extras" BIGINT,
  "type_of_extras" VARCHAR,
  "score" BIGINT,
  "score_wicket" VARCHAR,
  "wicket_confirmation" BIGINT,
  "wicket_type" VARCHAR,
  "fielders_involved" VARCHAR,
  "player_out" VARCHAR
);

Ipl Teams 2024 Info

@kaggle.saiprudvirajy_indian_premier_league_ipl_2008_2024.ipl_teams_2024_info
  • 12.17 KB
  • 10 rows
  • 7 columns
Loading...

CREATE TABLE ipl_teams_2024_info (
  "team_full_name" VARCHAR,
  "team_captain_current" VARCHAR,
  "team_coach_current" VARCHAR,
  "team_home_ground_current" VARCHAR,
  "number_of_ipl_titles" VARCHAR,
  "team_owners" VARCHAR,
  "team_about" VARCHAR
);

Players Info 2024

@kaggle.saiprudvirajy_indian_premier_league_ipl_2008_2024.players_info_2024
  • 144.74 KB
  • 245 rows
  • 10 columns
Loading...

CREATE TABLE players_info_2024 (
  "player_name" VARCHAR,
  "team_name" VARCHAR,
  "player_nationality" VARCHAR,
  "date_of_birth" VARCHAR,
  "player_role" VARCHAR,
  "ipl_debut" DOUBLE,
  "about" VARCHAR,
  "batting_style" VARCHAR,
  "bowling_style" VARCHAR,
  "player_salary" VARCHAR
);

Team Performance Dataset 2008to2024

@kaggle.saiprudvirajy_indian_premier_league_ipl_2008_2024.team_performance_dataset_2008to2024
  • 50.34 KB
  • 1073 rows
  • 18 columns
Loading...

CREATE TABLE team_performance_dataset_2008to2024 (
  "match_id" BIGINT,
  "date" TIMESTAMP,
  "teams" VARCHAR,
  "venue" VARCHAR,
  "toss_winner" VARCHAR,
  "toss_decision" VARCHAR,
  "match_winner" VARCHAR,
  "win_type" VARCHAR,
  "win_margin" DOUBLE,
  "first_innings_score" BIGINT,
  "second_innings_score" DOUBLE,
  "player_of_match" VARCHAR,
  "umpire" VARCHAR,
  "umpire1" VARCHAR,
  "umpire2" VARCHAR,
  "powerplay_scores" BIGINT,
  "middle_overs_scores" BIGINT,
  "death_overs_scores" BIGINT
);

Share link

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