MS Dhoni ODI Stats
Diving into Dhoni's ODI Brilliance: Exploring the Numbers Behind the Legend
@kaggle.sudarshan24byte_ms_dhoni_odi_stats
Diving into Dhoni's ODI Brilliance: Exploring the Numbers Behind the Legend
@kaggle.sudarshan24byte_ms_dhoni_odi_stats
Explore the dynamic ODI career of legendary cricketer MS Dhoni with this dataset. This collection includes statistical insights into Dhoni's batting prowess across various matches.
CREATE TABLE msdhoni_odi_stats (
"runs" VARCHAR,
"mins" VARCHAR,
"bf" VARCHAR,
"n_4s" VARCHAR -- 4s,
"n_6s" VARCHAR -- 6s,
"sr" VARCHAR,
"pos" VARCHAR,
"dismissal" VARCHAR,
"inns" VARCHAR,
"opposition" VARCHAR,
"ground" VARCHAR,
"start_date" VARCHAR
);Anyone who has the link will be able to view this.