Babar Azam:T20
Innings by Innings data of Babar Azam in T20
@kaggle.usmanjavaid227_babar_azam
Innings by Innings data of Babar Azam in T20
@kaggle.usmanjavaid227_babar_azam
Babar Azam (Punjabi, Urdu: محمد بابر اعظم; born 15 October 1994), is a Pakistani international cricketer and captain of the Pakistan national cricket team in all formats.
You are required to analyze the performance of babar Azam in t20 matches.?
Source:
Data has been scrapped from Espncricinfo Statsguru : https://stats.espncricinfo.com/ci/engine/stats/index.html
GitHub:
https://github.com/usmanjavaid227/babar-azam-T20-analysis/blob/c5d55cb551dc10a24c5e9adf6d18b9a5403e2439/babar_azam_in_t20.csv
CREATE TABLE babar_azam_in_t20 (
"unnamed_0" BIGINT -- Unnamed: 0,
"runs" BIGINT,
"mins" VARCHAR,
"bf" BIGINT,
"n_4s" BIGINT -- 4s,
"n_6s" BIGINT -- 6s,
"sr" DOUBLE,
"pos" BIGINT,
"dismissal" VARCHAR,
"inns" BIGINT,
"opposition" VARCHAR,
"ground" VARCHAR,
"start_date" TIMESTAMP
);
Anyone who has the link will be able to view this.