M Rizwan T20I - Batting - 2015 To 2022
Mohammad Rizwan's batting career in T20 Internationals
@kaggle.alluforthewin_m_rizwan_t20i_batting_2015_to_2022
Mohammad Rizwan's batting career in T20 Internationals
@kaggle.alluforthewin_m_rizwan_t20i_batting_2015_to_2022
Basic statistics of Mohammad Rizwan's batting in T20 Internationals, this data is scraped via espn cric info and contains his batting averages, against countries
CREATE TABLE m_rizwan_t20i_2015_2022_sheet1 (
"vs_team" VARCHAR,
"span" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"no" BIGINT,
"runs" BIGINT,
"hs" BIGINT,
"avg" VARCHAR,
"bf" BIGINT,
"sr" DOUBLE,
"n_100s" BIGINT -- 100s,
"n_50s" BIGINT -- 50s,
"n_0s" BIGINT -- 0s,
"n_4s" BIGINT -- 4s,
"n_6s" BIGINT -- 6s
);Anyone who has the link will be able to view this.