Baselight

IPL Batting First Wins Dataset

IPL 1-9 1st innings score and Win/Lose for the team batting first.

@kaggle.manan904_ipl_batting_first_wins_dataset

Match Data Extended
@kaggle.manan904_ipl_batting_first_wins_dataset.match_data_extended

  • 8.84 KB
  • 578 rows
  • 4 columns
match_id

Match ID

n_1st_innings

1st Innings

n_2nd_innnings

2nd Innnings

result

Result

33598722282Y
335988240207Y
335989125132N
335990165166N
335991110112N
335992166168N
335993142143N
335994208202Y
335995214217N
335996182116Y

CREATE TABLE match_data_extended (
  "match_id" DOUBLE,
  "n_1st_innings" DOUBLE,
  "n_2nd_innnings" DOUBLE,
  "result" VARCHAR
);

Share link

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