Virat Kholi Centuires
A collection of all Virat Kohli's International Centuries.
@kaggle.mayankanand2701_virat_kholi_centuires
A collection of all Virat Kohli's International Centuries.
@kaggle.mayankanand2701_virat_kholi_centuires
Virat Kohli, widely acknowledged as one of the modern greats in cricket, is a former Indian international cricketer renowned for his extraordinary batting prowess and numerous records in the sport, including exceptional performances across all formats of the game.
The dataset catalogues detailed information for each century scored by Virat Kohli in international cricket, encompassing the following comprehensive attributes :
CREATE TABLE virat_kohli_centuries (
"s_no" BIGINT -- S. No.,
"date" VARCHAR,
"score" BIGINT,
"strike_rate" DOUBLE,
"type_of_match" VARCHAR,
"position" BIGINT,
"innings" BIGINT,
"dismissed" VARCHAR,
"man_of_the_match" VARCHAR,
"captain" VARCHAR,
"against" VARCHAR,
"venue" VARCHAR,
"h_a_n" VARCHAR,
"result" VARCHAR
);
Anyone who has the link will be able to view this.