IPL Batsman Dataset(2008-2023)
Dataset about all the players who ever come to bat in his IPL Career
@kaggle.apkaayush_ipl_batsman_dataset2008_2023
Dataset about all the players who ever come to bat in his IPL Career
@kaggle.apkaayush_ipl_batsman_dataset2008_2023
CREATE TABLE final_batting_2023 (
"pos" BIGINT,
"player" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"no" BIGINT,
"runs" BIGINT,
"hs" VARCHAR,
"avg" VARCHAR,
"bf" BIGINT,
"sr" DOUBLE,
"n_100" BIGINT,
"n_50" BIGINT,
"n_4s" BIGINT,
"n_6s" BIGINT,
"year" BIGINT
);
Anyone who has the link will be able to view this.