Baselight

IPL Batsman Dataset(2008-2023)

Dataset about all the players who ever come to bat in his IPL Career

@kaggle.apkaayush_ipl_batsman_dataset2008_2023

Loading...
Loading...

About this Dataset

IPL Batsman Dataset(2008-2023)

This project delves into the world of Indian Premier League (IPL) batsmen by leveraging web scraping techniques with Selenium and Beautiful Soup. By extracting data from the official IPL website in CSV format, the project aims to uncover valuable insights about every player who has stepped onto the field in the IPL.
Through meticulous scraping, the project accumulates a comprehensive dataset spanning from the inaugural IPL season in 2008 to the present year. This dataset includes information about each batsman's performance, such as their runs scored, batting averages, strike rates, and other pertinent statistics.

Tables

Final Batting 2023

@kaggle.apkaayush_ipl_batsman_dataset2008_2023.final_batting_2023
  • 63.22 KB
  • 2341 rows
  • 15 columns
Loading...

CREATE TABLE final_batting_2023 (
  "pos" BIGINT,
  "player" VARCHAR,
  "mat" BIGINT,
  "inns" BIGINT,
  "no" BIGINT,
  "runs" BIGINT,
  "hs" VARCHAR,
  "avg" VARCHAR,
  "bf" BIGINT,
  "sr" DOUBLE,
  "n_100" BIGINT,
  "n_50" BIGINT,
  "n_4s" BIGINT,
  "n_6s" BIGINT,
  "year" BIGINT
);

Share link

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