World Test Championship 2023-25
Last update upto March 2024
@kaggle.santoshbhattarai_world_test_championship_2023_25_upto__df25a187
Last update upto March 2024
@kaggle.santoshbhattarai_world_test_championship_2023_25_upto__df25a187
This dataset contains the bowling and batting stats of every test match played under World Test Championship season 2023-2025. The latest update of the data is upto March 2024.
CREATE TABLE batting_stats (
"batsman" VARCHAR,
"runs" VARCHAR,
"balls" VARCHAR,
"minutes" VARCHAR,
"fours" VARCHAR,
"sixes" VARCHAR,
"strike_rate" VARCHAR,
"inning" VARCHAR,
"series" VARCHAR
);CREATE TABLE bowling_stats (
"bowler" VARCHAR,
"over" DOUBLE,
"maiden" BIGINT,
"runs" BIGINT,
"wickets" BIGINT,
"economy" DOUBLE,
"wide" BIGINT,
"noball" BIGINT,
"inning" VARCHAR,
"series" VARCHAR
);Anyone who has the link will be able to view this.