IPL Auction 2023
Analyze the Player Transactions
@kaggle.shahmirkiani_ipl_auction_2023
Analyze the Player Transactions
@kaggle.shahmirkiani_ipl_auction_2023
CREATE TABLE iplauction2023 (
"unnamed_0" BIGINT,
"name" VARCHAR,
"player_style" VARCHAR,
"nationality" VARCHAR,
"base_price_in_lacs" DOUBLE,
"final_price_in_lacs" DOUBLE,
"franchise" VARCHAR,
"status" VARCHAR
);
Anyone who has the link will be able to view this.