Baselight

IPL DATASET

"IPL Dataset: Exploring Cricket Statistics and Player Performance"

@kaggle.umairziact_ipl_dataset

Loading...
Loading...

About this Dataset

IPL DATASET

The IPL Dataset comprises cricket statistics and player performance data, encompassing various key metrics recorded during matches. The dataset includes information such as the match ID (mid), date, and venue where the match took place, providing context for each data entry. Additionally, it contains details of the batting and bowling teams as well as individual player data such as batsman and bowler names. The dataset records the runs scored by batsmen, the wickets taken by bowlers, and the number of overs bowled. These metrics offer insights into match dynamics, player contributions, and team strategies throughout the tournament. Analysts and enthusiasts can leverage this dataset to analyze player performance, assess team strengths and weaknesses, and derive valuable insights into the game of cricket.

Tables

Ipl Data

@kaggle.umairziact_ipl_dataset.ipl_data
  • 391.67 KB
  • 76014 rows
  • 15 columns
Loading...

CREATE TABLE ipl_data (
  "mid" BIGINT,
  "date" TIMESTAMP,
  "venue" VARCHAR,
  "bat_team" VARCHAR,
  "bowl_team" VARCHAR,
  "batsman" VARCHAR,
  "bowler" VARCHAR,
  "runs" BIGINT,
  "wickets" BIGINT,
  "overs" DOUBLE,
  "runs_last_5" BIGINT,
  "wickets_last_5" BIGINT,
  "striker" BIGINT,
  "non_striker" BIGINT,
  "total" BIGINT
);

Share link

Anyone who has the link will be able to view this.