Upload Copy_of_Dataset_Collection_&_Structure.ipynb
#5
by v2005 - opened
BOWLING ANALYSIS:
Implemented aggregations to identify key bowling performance metrics across all IPL seasons (2008-2023):
Purple Cap Winners:
- Grouped total wickets by Season and Bowler.
- Filtered for valid dismissals (excluding run-outs) to identify the highest wicket-taker for each year.
Dot Ball Analysis:
- Calculated the total count of dot balls delivered by each bowler per season.
- Identified the most economical bowlers in terms of dot ball frequency for every tournament edition.
Key columns utilized: 'Year', 'Bowler', 'bowler_wickets', 'is_dot_ball'.
v2005 changed pull request status to merged