IPL Dataset(2008-2024)
The complete dataset of all the ipl seasons with different filters.
@kaggle.chaitu20_ipl_dataset2008_2024
The complete dataset of all the ipl seasons with different filters.
@kaggle.chaitu20_ipl_dataset2008_2024
This dataset captures extensive details from IPL matches, including over-by-over ball data, player-specific statistics, and match outcomes. It contains a wide range of features, such as match metadata (date, venue, and event), player contributions (runs, wickets, balls faced), and match events (toss decisions, reviews, wickets). With more than 60 attributes, the dataset enables a granular analysis of player performance, team strategies, and match dynamics, making it an invaluable resource for cricket enthusiasts, analysts, and data scientists looking to dive deep into IPL match data.
CREATE TABLE ipl (
"unnamed_0" BIGINT -- Unnamed: 0,
"match_id" BIGINT,
"date" TIMESTAMP,
"match_type" VARCHAR,
"event_name" VARCHAR,
"innings" BIGINT,
"batting_team" VARCHAR,
"bowling_team" VARCHAR,
"over" BIGINT,
"ball" BIGINT,
"ball_no" DOUBLE,
"batter" VARCHAR,
"bat_pos" BIGINT,
"runs_batter" BIGINT,
"balls_faced" BIGINT,
"bowler" VARCHAR,
"valid_ball" BIGINT,
"runs_extras" BIGINT,
"runs_total" BIGINT,
"runs_bowler" BIGINT,
"runs_not_boundary" BOOLEAN,
"extra_type" VARCHAR,
"non_striker" VARCHAR,
"non_striker_pos" BIGINT,
"wicket_kind" VARCHAR,
"player_out" VARCHAR,
"fielders" VARCHAR,
"runs_target" DOUBLE,
"review_batter" VARCHAR,
"team_reviewed" VARCHAR,
"review_decision" VARCHAR,
"umpire" VARCHAR,
"umpires_call" BOOLEAN,
"player_of_match" VARCHAR,
"match_won_by" VARCHAR,
"win_outcome" VARCHAR,
"toss_winner" VARCHAR,
"toss_decision" VARCHAR,
"venue" VARCHAR,
"city" VARCHAR,
"day" BIGINT,
"month" BIGINT,
"year" BIGINT,
"season" VARCHAR,
"gender" VARCHAR,
"team_type" VARCHAR,
"superover_winner" VARCHAR,
"result_type" VARCHAR,
"method" VARCHAR,
"balls_per_over" BIGINT,
"overs" BIGINT,
"event_match_no" VARCHAR,
"stage" VARCHAR,
"match_number" VARCHAR,
"team_runs" BIGINT,
"team_balls" BIGINT,
"team_wicket" BIGINT,
"new_batter" VARCHAR,
"batting_team_players" VARCHAR,
"bowling_team_players" VARCHAR,
"curr_batter_runs" BIGINT,
"curr_batter_balls" BIGINT,
"bowler_wicket" BIGINT,
"batting_partners" VARCHAR,
"next_batter" VARCHAR
);Anyone who has the link will be able to view this.