IPL Auction Dataset 2020
Dataset of the IPL Auction 2020
@kaggle.thegreatcoder_ipl_auction_dataset
Dataset of the IPL Auction 2020
@kaggle.thegreatcoder_ipl_auction_dataset
CREATE TABLE ipl_data (
"s_no" BIGINT,
"set_no" VARCHAR,
"set" VARCHAR,
"name" VARCHAR,
"country" VARCHAR,
"playing_role" VARCHAR,
"ipl_matches" DOUBLE,
"capped_uncapped_associate" VARCHAR,
"reserve_price_in_lacs" BIGINT,
"ipl_2020_team" VARCHAR,
"auctioned_price_in_lacs" BIGINT,
"ipl_2019_team" VARCHAR,
"ipl_team_s" VARCHAR
);
Anyone who has the link will be able to view this.