The dataset contains list of bowlers in the IPL and information like number of wickets taken, number of runs given, team name, bowling average, bowling economy, and many more.
COLUMN DESCRIPTION
- 'rank': rank of the player
- 'player_name': name of the player
- 'team': the team the player belongs to
- 'wickets': number of wickets taken
- 'matches': number of matches played
- 'overs': number of overs bowled
- 'maidens': number of maidens (A maiden is an over where the bowler has given no runs)
- 'runs': number of runs given
- 'best_figures': best figures of their IPL career
- 'four_wicket _hauls': number of four wicket hauls
- 'average': bowling average. Calculated by (runs/wickets)
- 'economy': bowling economy. Calculated by (runs/overs)
FILE INFORMATION
File name: most_wickets in ipl.csv