Cricket - Test Statistics - Batting
List of the Best ever Batsman to play the Test Format
@kaggle.akulvaishnavi_cricket_test_statistics_batting
List of the Best ever Batsman to play the Test Format
@kaggle.akulvaishnavi_cricket_test_statistics_batting
CREATE TABLE test_stats (
"player_team" VARCHAR,
"span" VARCHAR,
"matches" BIGINT,
"innings" BIGINT,
"not_outs" BIGINT,
"runs" BIGINT,
"high_score" VARCHAR,
"average" DOUBLE,
"n_100s" BIGINT,
"n_50s" BIGINT,
"n_0s" BIGINT
);
Anyone who has the link will be able to view this.