IPL Auction
Analyze IPL Auction: Player Selections, Team Strategies, and Pricing Trends
@kaggle.akashbabu17_ipl_auction_2023
Analyze IPL Auction: Player Selections, Team Strategies, and Pricing Trends
@kaggle.akashbabu17_ipl_auction_2023
TEAM
: Name of the TEAM.FUNDS REMAINING (INR)
: The final price at which the player was sold.OVERSEAS PLAYERS
: player.TOTAL PLAYERS
: Number of Players.CREATE TABLE ipl_auction_2023 (
"unnamed_0" BIGINT -- Unnamed: 0,
"team" VARCHAR,
"funds_remaining" VARCHAR,
"overseas_players" BIGINT,
"total_players" BIGINT
);
CREATE TABLE ipl_auction_2024 (
"unnamed_0" BIGINT -- Unnamed: 0,
"team" VARCHAR,
"funds_remaining" BIGINT,
"overseas_players" BIGINT,
"total_players" BIGINT
);
Anyone who has the link will be able to view this.