Baselight

IPL Dataset 2008-2019

Match by Match dataset

@kaggle.lazycoder00_ipl_dataset_20082019

Loading...
Loading...

About this Dataset

IPL Dataset 2008-2019

Context
There's a story behind every dataset and here's your opportunity to share yours.

Content
What's inside is more than just rows and columns. Make it easy for others to get started.

Acknowledgements
I got this set of data from online source.

Inspiration
Just work on this data, Use your techniques and tools.

Tables

Matches

@kaggle.lazycoder00_ipl_dataset_20082019.matches
  • 31.87 KB
  • 756 rows
  • 18 columns
Loading...

CREATE TABLE matches (
  "id" BIGINT,
  "season" VARCHAR,
  "city" VARCHAR,
  "date" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "toss_winner" VARCHAR,
  "toss_decision" VARCHAR,
  "result" VARCHAR,
  "dl_applied" BIGINT,
  "winner" VARCHAR,
  "win_by_runs" BIGINT,
  "win_by_wickets" BIGINT,
  "player_of_match" VARCHAR,
  "venue" VARCHAR,
  "umpire1" VARCHAR,
  "umpire2" VARCHAR,
  "umpire3" VARCHAR
);

Share link

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