IPL Auction 2021 Dataset
All players sold in the auction 2021
@kaggle.thegreatcoder_ipl_auction_2021_dataset
All players sold in the auction 2021
@kaggle.thegreatcoder_ipl_auction_2021_dataset
Everyone loves IPL. To understand the needs of each team and the purchases they make, I have published this dataset
This contains all the details regarding the players sold in the IPL Auction 2020
CREATE TABLE ipl_auction_2021_data_sheet1 (
"hide_s_no" BIGINT,
"set_no" BIGINT,
"set" VARCHAR,
"name" VARCHAR,
"country" VARCHAR,
"playing_role" VARCHAR,
"ipl_matches" DOUBLE,
"capped_uncapped_associate" VARCHAR -- Capped / Uncapped / Associate,
"reserve_price_in_lacs" BIGINT -- Reserve Price (in ₹ Lacs),
"ipl_2021_team" VARCHAR,
"auctioned_price_in_lacs" BIGINT -- Auctioned Price (in ₹ Lacs),
"ipl_2020_team" VARCHAR,
"ipl_team_s" VARCHAR -- IPL Team(s)
);Anyone who has the link will be able to view this.