Baselight

IPL Auction 2023

Analyzing Player Transactions

@kaggle.rishabhkarn_ipl_auction_2023

Loading...
Loading...

About this Dataset

IPL Auction 2023

Welcome to the IPL 2023 Auction dataset, a comprehensive compilation of data capturing the high-stakes player auctions in the cricketing world. This dataset contains the details of the IPL 2023 auction and the player's status for the next IPL edition.

Attributes:

names: Names of the players.
player style: This represents the playing style of the player (Bowler, Batter, AllRounder, WK-Batter).
nationality: This represents the nationality of the player.
base price (in lacs): This column represents the base price of the player. The values are in lacs.
final price (in lacs): This represents the final price of the player. The values are in lacs.

franchise: This attribute contains the name of the franchise to which the player belongs
(CSK,MI,KKR,RR,LSG,DC,RCB,GT,SRH,PBKS).

status: This represents the status of players ( RETAINED, SOLD, UNSOLD).

This dataset can be used to analyze the player availability for each franchise and can be used to get insights about the demands based on the player style.

Tables

Iplauction2023

@kaggle.rishabhkarn_ipl_auction_2023.iplauction2023
  • 11.08 KB
  • 309 rows
  • 7 columns
Loading...

CREATE TABLE iplauction2023 (
  "name" VARCHAR,
  "player_style" VARCHAR,
  "nationality" VARCHAR,
  "base_price_in_lacs" DOUBLE,
  "final_price_in_lacs" DOUBLE,
  "franchise" VARCHAR,
  "status" VARCHAR
);

Share link

Anyone who has the link will be able to view this.