Baselight

IPL Auction 2022

IPL Auction 2022 with Each Player Details

@kaggle.apoorvgupta25_ipl_auction_2022_with_player_details

Loading...
Loading...

About this Dataset

IPL Auction 2022

Content

The dataset contains auction details of all the players who participated in the IPL auction 2022, with their Batting and Bowling Statistics. The Auction was conducted on 12th and 13th Feb 2022.

Inspiration

I have been always fascinated about bidding and pricing of the players and wanted to know how the past performance of the players affect the same.

Tables

Ipl Auction 22

@kaggle.apoorvgupta25_ipl_auction_2022_with_player_details.ipl_auction_22
  • 35.39 kB
  • 664 rows
  • 19 columns
Loading...
CREATE TABLE ipl_auction_22 (
  "name" VARCHAR,
  "format" VARCHAR,
  "mat" VARCHAR,
  "inns" VARCHAR,
  "no" VARCHAR,
  "runs" VARCHAR,
  "hs" VARCHAR,
  "avg" VARCHAR,
  "sr" VARCHAR,
  "n_100" VARCHAR  -- 100,
  "n_50" VARCHAR  -- 50,
  "n_4s" VARCHAR  -- 4s,
  "n_6s" VARCHAR  -- 6s,
  "inn_bowl" VARCHAR,
  "balls" VARCHAR,
  "runs_bowl" VARCHAR,
  "wkts" VARCHAR,
  "econ" VARCHAR,
  "n_5w" VARCHAR  -- 5w
);

Share link

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