Womens T20 Matches Data From 2009 To 2024
This dataset provides detailed ball-by-ball information women's t20 cricket
@kaggle.yashwanthajjilapuram_womens_t20_matches_data_from_2009_to_2024
This dataset provides detailed ball-by-ball information women's t20 cricket
@kaggle.yashwanthajjilapuram_womens_t20_matches_data_from_2009_to_2024
CREATE TABLE womens_ball_to_ball (
"unnamed_0" BIGINT,
"match_id" BIGINT,
"city" VARCHAR,
"venue" VARCHAR,
"date" TIMESTAMP,
"player_of_match" VARCHAR,
"teams" VARCHAR,
"ball" BIGINT,
"batting_team" VARCHAR,
"batsman" VARCHAR,
"bowler" VARCHAR,
"runs" BIGINT,
"player_dismissed" BIGINT,
"toss_decision" VARCHAR,
"toss_winner" VARCHAR,
"won_by" VARCHAR,
"winner" VARCHAR
);
Anyone who has the link will be able to view this.