Ipl 2022
Batting and bowling scorecards for ipl 2022
@kaggle.vikramrn_ipl_2022
Batting and bowling scorecards for ipl 2022
@kaggle.vikramrn_ipl_2022
CREATE TABLE batting (
"matchid" BIGINT,
"inningsno" BIGINT,
"team" VARCHAR,
"playername" VARCHAR,
"matchplayingorder" BIGINT,
"bowlername" VARCHAR,
"outdesc" VARCHAR,
"runs" BIGINT,
"balls" BIGINT,
"dotballs" BIGINT,
"ones" BIGINT,
"twos" BIGINT,
"threes" BIGINT,
"fours" BIGINT,
"sixes" BIGINT,
"strikerate" VARCHAR,
"wicketno" DOUBLE,
"againstfast" BIGINT,
"againstspin" BIGINT
);
Anyone who has the link will be able to view this.