Mushfiqur Rahim T20I Batting Stats
A brief stats of Bangladeshi Cricketer Mushfiqur Rahim's T20I career.
@kaggle.mdhasibulhasan13_mushfiqur_rahim_t20i_batting_stats
A brief stats of Bangladeshi Cricketer Mushfiqur Rahim's T20I career.
@kaggle.mdhasibulhasan13_mushfiqur_rahim_t20i_batting_stats
Mushfiqur Rahim, a Bangladeshi cricketer, who has been playing international T20 for the last 16 years has recently declared his retirement from international T20 cricket. This dataset consists of his career summary for the last 16 years.
CREATE TABLE mushfiq_t20_stats (
"match_no" BIGINT,
"date" VARCHAR,
"ground" VARCHAR,
"host_country" VARCHAR,
"continent" VARCHAR,
"home_vs_away" VARCHAR,
"opposition" VARCHAR,
"runs" VARCHAR,
"mins" VARCHAR,
"balls_faced" VARCHAR,
"n_4s" VARCHAR -- 4s,
"n_6s" VARCHAR -- 6s,
"sr" VARCHAR,
"bat_position" VARCHAR,
"dismissal" VARCHAR,
"inns" BIGINT,
"match_type" VARCHAR,
"captain" VARCHAR,
"is_captain" VARCHAR -- Is Captain?,
"is_wicket_keeper" VARCHAR -- Is Wicket Keeper?,
"won_loss" VARCHAR,
"trophy" VARCHAR -- Trophy?
);Anyone who has the link will be able to view this.