Baselight

IPL Auction Dataset 2020

Dataset of the IPL Auction 2020

@kaggle.thegreatcoder_ipl_auction_dataset

Loading...
Loading...

About this Dataset

IPL Auction Dataset 2020

Context

Everyone loves IPL. To understand the needs of each team and the purchases they make, I have published this dataset

Content

This contains all the details regarding the players sold in the IPL Auction 2020

Tables

Ipl Data

@kaggle.thegreatcoder_ipl_auction_dataset.ipl_data
  • 11.63 KB
  • 62 rows
  • 13 columns
Loading...

CREATE TABLE ipl_data (
  "s_no" BIGINT,
  "set_no" VARCHAR,
  "set" VARCHAR,
  "name" VARCHAR,
  "country" VARCHAR,
  "playing_role" VARCHAR,
  "ipl_matches" DOUBLE,
  "capped_uncapped_associate" VARCHAR,
  "reserve_price_in_lacs" BIGINT,
  "ipl_2020_team" VARCHAR,
  "auctioned_price_in_lacs" BIGINT,
  "ipl_2019_team" VARCHAR,
  "ipl_team_s" VARCHAR
);

Share link

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