2022 IPL Auction Dataset
Complete Data of IPL 2022 Auction
@kaggle.shivavashishtha_2022_ipl_auction_dataset
Complete Data of IPL 2022 Auction
@kaggle.shivavashishtha_2022_ipl_auction_dataset
CREATE TABLE ipl_2022_dataset (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"base_price" VARCHAR,
"type" VARCHAR,
"cost_in_cr" DOUBLE -- COST IN ₹ (CR.),
"cost_in_000" DOUBLE -- Cost IN $ (000),
"n_2021_squad" VARCHAR -- 2021 Squad,
"team" VARCHAR
);
Anyone who has the link will be able to view this.