Baselight

Tata IPL Auction 2013-2024 Dataset

IPL team budgets and player composition (2013-2024).

@kaggle.shrinidhi308_tata_ipl_auction_2013_2024_dataset

Loading...
Loading...

About this Dataset

Tata IPL Auction 2013-2024 Dataset

About the Dataset:
This dataset provides detailed information on the IPL auction data from 2013 to 2024. It focuses on each team's remaining budget, the number of overseas players, and the total number of players in their squad after the auction for each year.

Key Features:
Team: The name of the IPL team.
Funds Remaining (INR): The remaining auction budget (in Indian Rupees, ₹) that each team had after
purchasing players.
Overseas Players: The number of overseas players each team has in their squad.
Total Players: The total number of players each team has in their squad.
Year: The year of the IPL auction (from 2013 to 2024).

Data Overview:
The dataset spans from 2013 to 2024, covering the financial strategies of each team, player composition, and overall budget allocation during each year’s IPL auction.
The dataset shows how different teams managed their funds, adjusted player selections, and made decisions regarding overseas players in relation to their overall team composition.

Usage:
This dataset is valuable for:

Budget Analysis: Examining how teams managed their funds over the years, the fluctuation in team budgets, and how these financial strategies might correlate with team performance.
Team Composition: Understanding the balance of overseas and domestic players in the teams across multiple seasons.
Trend Analysis: Investigating how IPL teams evolved in terms of player selection and financial planning.
Comparative Analysis: Comparing IPL teams' strategies over multiple seasons to identify trends, patterns, or changes in behavior.

License:
The dataset is provided under CC0 1.0 Public Domain , allowing for non-commercial use, sharing, and modification with appropriate credit (if required).

Tables

Tata Ipl Auction 2013–2024

@kaggle.shrinidhi308_tata_ipl_auction_2013_2024_dataset.tata_ipl_auction_2013_2024
  • 5.32 KB
  • 103 rows
  • 5 columns
Loading...

CREATE TABLE tata_ipl_auction_2013_2024 (
  "team" VARCHAR,
  "funds_remaining" DOUBLE,
  "overseas_players" DOUBLE,
  "total_players" DOUBLE,
  "year" BIGINT
);

Share link

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