IPL AUCTION 2024 DATASET
Unveiling the Stars: IPL Auction 2024 Data Analysis
@kaggle.akshaycsargar_ipl_auction_2024_dataset
Unveiling the Stars: IPL Auction 2024 Data Analysis
@kaggle.akshaycsargar_ipl_auction_2024_dataset
Dive into the Excitement: Explore the IPL Auction 2024 Dataset! Uncover the player signings, team strategies, bidding wars and more from the latest IPL auction. Analyze the trends, evaluate player values, and discover the pulse of the cricketing world as teams assemble their squads for the upcoming season. Whether you're a cricket enthusiast or sports analyst this comprehensive dataset provides valuable insights into one of the most electrifying events in the world of cricket.
CREATE TABLE ipl_auction_2024_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_2023_squad" VARCHAR -- 2023 Squad,
"team" VARCHAR
);Anyone who has the link will be able to view this.