Baselight

Dataset 2022 IPL

IPL 2022 Auction: Player Stats and Team Assignments

@kaggle.neha0031_dataset_2022_ipl

Loading...
Loading...

About this Dataset

Dataset 2022 IPL

This dataset appears to contain information related to the players participating in the Indian Premier League (IPL), including details such as their names, base prices, player types (batsman, bowler, all-rounder, wicketkeeper), costs in Indian Rupees and US Dollars, their respective teams, and additional details like retained status for some players. The dataset also includes information on players who were unsold during the auction process.

Here's a breakdown of the columns in the dataset:

  1. Player: Name of the player.

  2. Base Price: The initial price set for the player during the auction.

  3. Type: The player's role or position in cricket (e.g., batsman, bowler, all-rounder, wicketkeeper).

  4. Cost in ₹ (CR.): Cost of the player in Indian Rupees.

  5. Cost in $ (000): Cost of the player in US Dollars.

  6. 2021 Squad: The team the player belonged to in the previous season (2021).

  7. Team: The team the player is assigned to for the upcoming season.

  8. Remarks: Additional remarks or details about the player, such as retained status or if the player went unsold during the auction.

This dataset could be useful for analyzing various aspects of IPL auctions and team compositions, including player valuations, team budgets, player distributions across teams, and team strategies during auctions.

Tables

Ipl Dataset 2022

@kaggle.neha0031_dataset_2022_ipl.ipl_dataset_2022
  • 24.21 kB
  • 1,054 rows
  • 9 columns
Loading...
CREATE TABLE ipl_dataset_2022 (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "player" VARCHAR,
  "base_price" VARCHAR,
  "type" VARCHAR,
  "cost_in_cr" DOUBLE  -- COST IN ₹ (CR.),
  "cost_in_000" DOUBLE  -- Cost IN $ (000),
  "n_2021_squad" VARCHAR  -- 2021 Squad,
  "team" VARCHAR,
  "cost_in_cr_075c5b" VARCHAR  -- COST IN ₹ (CR.
);

Share link

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