Baselight

T20 Cricket Huge Dataset (Since 2015)

Details of T20 Cricket matches ball by ball.This contains more than 10lakh Rows.

@kaggle.yashusinghal_t20_cricket_dataset

Loading...
Loading...

About this Dataset

T20 Cricket Huge Dataset (Since 2015)

A Twenty20 International (T20I) is a form of cricket, played between international members of the International Cricket Council (ICC), where each team faces a maximum of twenty overs. This contains details of many matches as i has 10lakh+ rows and 50 columns , starting from about 2015.

Contexts

As Cricket is the Most loved Sport in india I Guarantee that every Kaggeler Can understand the meaning of features by just by reading the name of that feature so I hope this dataset may be helpful for everone.

Tables

T20 Bbb

@kaggle.yashusinghal_t20_cricket_dataset.t20_bbb
  • 38.63 MB
  • 1,397,245 rows
  • 50 columns
Loading...
CREATE TABLE t20_bbb (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "p_match" BIGINT,
  "inns" BIGINT,
  "bat" VARCHAR,
  "p_bat" BIGINT,
  "team_bat" VARCHAR,
  "bowl" VARCHAR,
  "p_bowl" BIGINT,
  "team_bowl" VARCHAR,
  "ball" BIGINT,
  "ball_id" DOUBLE,
  "outcome" VARCHAR,
  "score" BIGINT,
  "out" BOOLEAN,
  "dismissal" VARCHAR,
  "p_out" BIGINT,
  "over" BIGINT,
  "ball_1" BIGINT,
  "noball" BIGINT,
  "wide" BIGINT,
  "byes" BIGINT,
  "legbyes" BIGINT,
  "cur_bat_runs" BIGINT,
  "cur_bat_bf" BIGINT,
  "cur_bowl_ovr" DOUBLE,
  "cur_bowl_wkts" BIGINT,
  "cur_bowl_runs" BIGINT,
  "inns_runs" BIGINT,
  "inns_wkts" BIGINT,
  "inns_balls" BIGINT,
  "inns_runs_rem" DOUBLE,
  "inns_balls_rem" BIGINT,
  "inns_rr" DOUBLE,
  "inns_rrr" DOUBLE,
  "target" DOUBLE,
  "max_balls" BIGINT,
  "date" TIMESTAMP,
  "year" BIGINT,
  "ground" VARCHAR,
  "country" VARCHAR,
  "winner" VARCHAR,
  "toss" VARCHAR,
  "competition" VARCHAR,
  "bat_hand" VARCHAR,
  "bowl_style" VARCHAR,
  "bowl_kind" VARCHAR,
  "batruns" BIGINT,
  "ballfaced" BIGINT,
  "bowlruns" BIGINT,
  "bat_out" BOOLEAN
);

Share link

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