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
The Second Edition of The Hundered 2022
Ball by Ball Data for both Male and Female Games. Each ball detail along with extras is given. Two seperate files are made for male and female games.
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.