IPL 2022 Auction Sold Players
Sold Player list of IPL 2022 mega auction
@kaggle.kuchhbhi_ipl_2022_auction_sold_players
Sold Player list of IPL 2022 mega auction
@kaggle.kuchhbhi_ipl_2022_auction_sold_players
The Indian Premier League (IPL) is a Twenty-20 cricket tournament league established with the objective of promoting cricket in India and thereby nurturing young and talented players. The league is an annual event where teams representing different Indian cities compete against each other.
This dataset contains details of sold players in mega auction. Total 204 unique players details in 4 columns.
Columns Details as below:
CREATE TABLE ipl2022_sold_players (
"teams" VARCHAR,
"player_name" VARCHAR,
"nationality" VARCHAR,
"type" VARCHAR,
"sold_price" VARCHAR
);
Anyone who has the link will be able to view this.