
Cricket data set for different seasons of Indian Premier League
Source:R/data-documentation.R
IPLCricket_tbl_df.Rd
This dataset, IPLCricket_tbl_df, is a tibble containing match data from the Indian Premier League (IPL) played by teams representing different cities in India from 2008 to 2016.
Usage
data(IPLCricket_tbl_df)
Format
A tibble with 8,560 observations and 10 variables:
- season
Season year of the IPL (numeric)
- match_id
Unique match identifier (numeric)
- batting_team
Name of the batting team (character)
- bowling_team
Name of the bowling team (character)
- inning
Inning number (numeric)
- over
Over number (numeric)
- wicket
Number of wickets taken in the over (numeric)
- dot_balls
Number of dot balls in the over (numeric)
- runs_per_over
Runs scored in the over (numeric)
- run_rate
Run rate for the over (numeric)
Details
The dataset name has been kept as 'IPLCricket_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.