IPL 2022 All Matches
Ball By Ball Data of IPL 2022
@kaggle.xshahharsh_ipl_2022_ball_by_ball_dataset
Ball By Ball Data of IPL 2022
@kaggle.xshahharsh_ipl_2022_ball_by_ball_dataset
Hello to all Cricket Fans out there!
I am delighted to share the ball by ball information of all matches of IPL 2022.
I hope this dataset will help all the cricket enthusiasts to get meaningful insights about the teams and players of current season of IPL (IPL-2022).
This dataset can be utilised to extract team and player level stats/performance and can help all the Fantasy Players to make their Dream Team.
Also, I would like to thank cricsheet.org for providing the raw data of the matches and for keeping the spirits high of all the Cricket Fans around the world.
Note: The dataset is arranged with the latest match details at the bottom.
CREATE TABLE ipl_ball_by_ball_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"id" BIGINT,
"innings" BIGINT,
"overs" BIGINT,
"ballnumber" BIGINT,
"batter" VARCHAR,
"bowler" VARCHAR,
"non_striker" VARCHAR,
"extra_type" VARCHAR,
"batsman_run" BIGINT,
"extras_run" BIGINT,
"total_run" BIGINT,
"non_boundary" BIGINT,
"iswicketdelivery" BIGINT,
"player_out" VARCHAR,
"kind" VARCHAR,
"fielders_involved" VARCHAR,
"battingteam" VARCHAR
);Anyone who has the link will be able to view this.