Baselight

Indian Premier League (IPL)

Players to win orange cap and purple cap and teams that reached the IPL playoffs

@kaggle.suyashkapil_ipl_winners

Loading...
Loading...

About this Dataset

Indian Premier League (IPL)

This dataset contains information about all the Indian Premier League Seasons held from 2008 to 2023. It stores the following information :

  1. All the teams that made it to the playoffs
  2. Orange Cap winner
  3. Purple Cap winner
  4. Final match date and venue

Latest Update : 26 May 2024, KKR wins IPL 2024

Tables

Ipl Winners 2

@kaggle.suyashkapil_ipl_winners.ipl_winners_2
  • 11.72 KB
  • 17 rows
  • 13 columns
Loading...

CREATE TABLE ipl_winners_2 (
  "year" BIGINT,
  "winning_team" VARCHAR,
  "runners_up" VARCHAR,
  "playoff_qualifying_team_1" VARCHAR,
  "playoff_qualifying_team_2" VARCHAR,
  "orange_cap" VARCHAR,
  "orange_cap_runs" BIGINT,
  "oc_winner_team" VARCHAR,
  "purple_cap" VARCHAR,
  "purple_cap_wickets" BIGINT,
  "pc_winner_team" VARCHAR,
  "final_venue" VARCHAR,
  "final_date" VARCHAR
);

Ipl Winners

@kaggle.suyashkapil_ipl_winners.ipl_winners
  • 11.64 KB
  • 16 rows
  • 13 columns
Loading...

CREATE TABLE ipl_winners (
  "year" BIGINT,
  "winning_team" VARCHAR,
  "runners_up" VARCHAR,
  "playoff_qualifying_team_1" VARCHAR,
  "playoff_qualifying_team_2" VARCHAR,
  "orange_cap" VARCHAR,
  "orange_cap_runs" BIGINT,
  "oc_winner_team" VARCHAR,
  "purple_cap" VARCHAR,
  "purple_cap_wickets" BIGINT,
  "pc_winner_team" VARCHAR,
  "final_venue" VARCHAR,
  "final_date" VARCHAR
);

Share link

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