Baselight

WPL Dataset

Women's Premier League, India

@kaggle.leelaa_wpl_dataset

Loading...
Loading...

About this Dataset

WPL Dataset

csv file containing match summary and scorecard details of all the 22 matches of WPL(Women's Premiere League) from 2023.

Contents

  • m_no
  • date
  • city
  • venue
  • stage
  • team1
  • team2
  • toss_winner
  • toss_decision
  • umpire1
  • umpire2
  • umpire3
  • match_referee
  • runs_1inn
  • wk_1inn
  • overs_1inn
  • sixes_1inn
  • bnd_1inn
  • extras_1inn
  • runs_2inn
  • wk_2inn
  • overs_2inn
  • sixes_2inns
  • bnd_2inn
  • extras_2inn
  • winner
  • tie
  • dl
  • result
  • win_by_wickets
  • win_by_runs
  • pom

Acknowledgement
Data Source credit : https://www.cricbuzz.com/

Stay Tuned for Updated Versions of this Dataset

Tables

Wpl

@kaggle.leelaa_wpl_dataset.wpl
  • 22.23 KB
  • 22 rows
  • 32 columns
Loading...

CREATE TABLE wpl (
  "m_no" BIGINT,
  "date" VARCHAR,
  "city" VARCHAR,
  "venue" VARCHAR,
  "stage" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "toss_winner" VARCHAR,
  "toss_decision" VARCHAR,
  "umpire1" VARCHAR,
  "umpire2" VARCHAR,
  "umpire3" VARCHAR,
  "match_referee" VARCHAR,
  "runs_1inn" BIGINT,
  "wk_1inn" BIGINT,
  "overs_1inn" DOUBLE,
  "sixes_1inn" BIGINT,
  "bnd_1inn" BIGINT,
  "extras_1inn" BIGINT,
  "runs_2inn" BIGINT,
  "wk_2inn" BIGINT,
  "overs_2inn" DOUBLE,
  "sixes_2inns" BIGINT,
  "bnd_2inn" BIGINT,
  "extras_2inn" BIGINT,
  "winner" VARCHAR,
  "tie" VARCHAR,
  "dl" VARCHAR,
  "result" VARCHAR,
  "win_by_wickets" BIGINT,
  "win_by_runs" BIGINT,
  "pom" VARCHAR
);

Share link

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