SACHIN TENDULKAR TEST-ODI-T20 STAT
Sachin Tendulker's performance in cricket
@kaggle.akashkotal_sachin_tendulkar_testodit20_stat
Sachin Tendulker's performance in cricket
@kaggle.akashkotal_sachin_tendulkar_testodit20_stat
Content
Sachin Ramesh Tendulkar was that cricketer whose personality and aura upstaged any cricketing contest; yet he maintained that he wasn’t greater than than the game. To the people of India, the 5’5” giant of a man was much more than that. He was an emotion; a symbol of hope in a nation that revered him as nothing short of a God.
Attribute Information
Variable | Definition | key |
---|---|---|
Runs | In cricket, a run is the unit of scoring. | |
mins | total time of playing | |
BF | batting performance | |
4s | four | |
6s | six | |
SR | strike rate | |
pos | batting position | |
dismissal | out | |
inns | innings | |
Opponent | A team whose playning another team of match | |
Ground | In which country are playing | |
Date | When match will happen | |
Match | Format of cricket | ODI TEST T20 |
Match_No | Total no of match are played | |
Total | Total runs he scored |
CREATE TABLE sachin_perfomance (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"runs" BIGINT,
"mins" VARCHAR,
"bf" VARCHAR,
"n_4s" VARCHAR -- 4s,
"n_6s" BIGINT -- 6s,
"sr" VARCHAR,
"pos" BIGINT,
"dismissal" VARCHAR,
"inns" BIGINT,
"opponent" VARCHAR,
"ground" VARCHAR,
"date" VARCHAR,
"match" VARCHAR,
"total" BIGINT
);
Anyone who has the link will be able to view this.