Test Cricket Matches Dataset (1877 - 2024)
Dataset containing all test cricket matches data since 1877
@kaggle.bhuvaneshprasad_test_matches_dataset_1877_2023
Dataset containing all test cricket matches data since 1877
@kaggle.bhuvaneshprasad_test_matches_dataset_1877_2023
CREATE TABLE test_bowling_card (
"match_id" BIGINT,
"innings" BIGINT,
"team" VARCHAR,
"opposition" VARCHAR,
"bowler_id" BIGINT,
"overs" DOUBLE,
"balls" BIGINT,
"maidens" BIGINT,
"conceded" BIGINT,
"wickets" BIGINT,
"economy" DOUBLE,
"dots" DOUBLE,
"fours" DOUBLE,
"sixes" DOUBLE,
"wides" BIGINT,
"noballs" BIGINT
);
Anyone who has the link will be able to view this.