ICC Cricket World Cup CWC23 All Innings
Complete & cleaned for analysis
@kaggle.jdaustralia_icc_cwc23_all_innings_cleaned
Complete & cleaned for analysis
@kaggle.jdaustralia_icc_cwc23_all_innings_cleaned
CREATE TABLE cwc23_all_innings (
"team" VARCHAR,
"player" VARCHAR,
"bat_or_bowl" VARCHAR,
"bb_bf" BIGINT,
"runs" BIGINT,
"wkts" DOUBLE,
"wicketball_prob" DOUBLE,
"runs_per_ball" DOUBLE,
"opposition" VARCHAR,
"ground" VARCHAR,
"start_date" VARCHAR,
"overs" DOUBLE,
"mdns" DOUBLE,
"econ" DOUBLE,
"inns" BIGINT,
"n_4s" DOUBLE,
"n_6s" DOUBLE,
"sr" DOUBLE,
"not_out" DOUBLE,
"mins" DOUBLE
);
Anyone who has the link will be able to view this.