Mock IPL Auction Player Ratings
Dataset for conducting Mock IPL Auction.
@kaggle.viditjain211_mock_ipl_auction_player_ratings
Dataset for conducting Mock IPL Auction.
@kaggle.viditjain211_mock_ipl_auction_player_ratings
Mock IPL Auctions are a fun compition among Cricket enthusiasts, To facilitate more of such events this dataset would provide the needed information
the following dataset provides data for 150 players.
keep in mind that data like base price and rating were assigned voluntarily and do not have any official source.
An Excel-based Dashboard for keeping track of your auction could be found on this blog.
Best of Luck in Organising a successful event in your circle.
Drop a like or comment if this comes to any use for you😊 😊
CREATE TABLE mock_ipl_auction_player_rating (
"name" VARCHAR,
"unnamed_1" VARCHAR -- Unnamed: 1,
"base_price" VARCHAR,
"nationality" VARCHAR,
"role" VARCHAR,
"rating" DOUBLE
);
Anyone who has the link will be able to view this.