IPL 2023 Auction Dataset
IPL Player Mega Auction 2023
@kaggle.idharmeshsuthar_ipl_2023_auction_dataset
IPL Player Mega Auction 2023
@kaggle.idharmeshsuthar_ipl_2023_auction_dataset
Context
The IPL 2023 Player auction featured a total of 405 players who were set to go under the hammer in Kochi on 23rd December. The initial list had over 991 cricketers who had registered for the auction. However, the final list was trimmed to 405. There were a total of 87 slots spread across ten franchises up for grabs out of which 30 were slotted for overseas players. Among the 405 players, 273 were Indian players, 132 were overseas players. Out of 87 available slots 80 were filled and the rest remained balanced.
Content
The dataset includes Data of all Sold and Unsold players, Base Price for Sold Players and Data of Retained Players along with the Cost in Rs. and USD.
Data Columns
Acronyms
Acknowledgements
The data was scrapped from https://www.news18.com/cricketnext/ipl-auction-2023/
CREATE TABLE ipl_2023_dataset (
"player_name" VARCHAR,
"base_price" VARCHAR,
"type" VARCHAR,
"cost_in_rs_cr" DOUBLE -- Cost In Rs. (CR),
"cost_in_k" DOUBLE -- Cost In $ (K),
"n_2022_squad" VARCHAR -- 2022 Squad,
"n_2023_squad" VARCHAR -- 2023 Squad
);Anyone who has the link will be able to view this.