The Hundered 2022 Ball By Ball Dataset
Ball by Ball data of The Hundered 2022 Male and Female Games
@kaggle.vineethakkinapalli_the_hundered_2022_ball_by_ball_dataset
Ball by Ball data of The Hundered 2022 Male and Female Games
@kaggle.vineethakkinapalli_the_hundered_2022_ball_by_ball_dataset
CREATE TABLE the_hundered_female_2022 (
"teams" VARCHAR,
"match_number" BIGINT,
"batting_team" VARCHAR,
"over" BIGINT,
"batter" VARCHAR,
"bowler" VARCHAR,
"non_striker" VARCHAR,
"batter_runs" BIGINT,
"extras" BIGINT,
"total_runs" BIGINT
);
CREATE TABLE the_hundered_male_2022 (
"teams" VARCHAR,
"match_number" BIGINT,
"batting_team" VARCHAR,
"over" BIGINT,
"batter" VARCHAR,
"bowler" VARCHAR,
"non_striker" VARCHAR,
"batter_runs" BIGINT,
"extras" BIGINT,
"total_runs" BIGINT
);
Anyone who has the link will be able to view this.