IPL 2023 Auction Dataset
IPL 2023 Auction Dataset
@kaggle.sunayanagawde_ipl_2023_auction_dataset
IPL 2023 Auction Dataset
@kaggle.sunayanagawde_ipl_2023_auction_dataset
Latest dataset of IPL Auctions in 2023 for Sold Players, including their Nationality, Sold-out price, Type of Player & IPL Team which bought them. Data Scraped from IPL website
Latest version includes IPL Auctions data of Sold Players from 2013 - 2023. (Nationality of Few Players are Not Available on IPL Website)
CREATE TABLE ipl_2023_22_sold_players (
"season" BIGINT,
"name" VARCHAR,
"nationality" VARCHAR,
"type" VARCHAR,
"team" VARCHAR,
"price" BIGINT
);CREATE TABLE ipl_sold_players_2013_23 (
"season" BIGINT,
"name" VARCHAR,
"nationality" VARCHAR,
"type" VARCHAR,
"team" VARCHAR,
"price" BIGINT
);Anyone who has the link will be able to view this.