Dataset Name: Women's Cricket Ball-by-Ball Data
Dataset Description: This dataset provides detailed ball-by-ball information from various women's cricket matches, covering multiple aspects of each match. It includes data from individual deliveries, batting and bowling details, match results, and other contextual details like venue and city. This data can be used for match analysis, player performance evaluation, and building predictive models for cricket outcomes.
Columns:
match_id: Unique identifier for each match.
city: The city where the match was played (some values may be unknown).
venue: The stadium or ground where the match took place.
date: Date of the match.
player_of_match: The player awarded as the Player of the Match.
teams: List of participating teams in the match.
ball: Represents the over and ball number.
batting_team: The team currently batting.
batsman: Name of the batsman facing the delivery.
bowler: Name of the bowler delivering the ball.
runs: Runs scored on that particular delivery.
player_dismissed: Name of the player dismissed, if any, on that ball.
toss_decision: Decision made by the toss-winning team (e.g., field or bat).
toss_winner: The team that won the toss.
won_by: Method by which the match was won (e.g., runs or wickets).
winner: The team that won the match
.
Potential Uses:
Analyze player performances based on various metrics.
Study match strategies, such as batting orders and bowling changes.
Develop models to predict match outcomes or player performance.
Explore insights into toss decisions and their impact on match results.