IPL2021 Auction
Data of 292 Players Under the hammer
@kaggle.psrajput_ipl2021_auction
Data of 292 Players Under the hammer
@kaggle.psrajput_ipl2021_auction
CREATE TABLE ipl2021_auction_v2 (
"set" DOUBLE,
"name" VARCHAR,
"playing_role" VARCHAR,
"country" VARCHAR,
"age" BIGINT,
"ipl" BIGINT,
"n_2020_ipl" DOUBLE,
"c_u_a" VARCHAR,
"reservepriceinlakh" BIGINT,
"bought_by" VARCHAR,
"buy_price" DOUBLE,
"previous_ipl_teams" VARCHAR,
"n_2020_team" VARCHAR
);
Anyone who has the link will be able to view this.