IPL 2024 Players Auction Stats
A Look into IPL 2024 Players Auction Data
@kaggle.sandeepmistry2004_ipl_2024_players_auction_stats
A Look into IPL 2024 Players Auction Data
@kaggle.sandeepmistry2004_ipl_2024_players_auction_stats
CREATE TABLE auction (
"player" VARCHAR,
"nationality" VARCHAR,
"type" VARCHAR,
"team" VARCHAR,
"price_paid" BIGINT
);
Anyone who has the link will be able to view this.