Pakistani T20 Batsmen Dataset
Batsman statistics including runs fours sixes so far.
@kaggle.syedasimalishah_pakistani_batsmen_in_t20_format
Batsman statistics including runs fours sixes so far.
@kaggle.syedasimalishah_pakistani_batsmen_in_t20_format
Pakistani Batsmen dataset who was included in twenty-twenty squad anytime it includes.
CREATE TABLE pakistani_t20_batsmen_dataset (
"unnamed_0" BIGINT -- Unnamed: 0,
"player_name" VARCHAR,
"duration" VARCHAR,
"matches" BIGINT,
"innings" BIGINT,
"nou_out" BIGINT,
"runs" BIGINT,
"highest_score" VARCHAR,
"average" DOUBLE,
"balls_faced" BIGINT,
"strike_rate" DOUBLE,
"n_100s" BIGINT -- 100s,
"n_50s" BIGINT -- 50s,
"ducks" BIGINT,
"n_4s" BIGINT -- 4s,
"n_6s" BIGINT -- 6s
);Anyone who has the link will be able to view this.