Upload Copy_of_Dataset_Collection_&_Structure.ipynb

#5
Owner

BOWLING ANALYSIS:
Implemented aggregations to identify key bowling performance metrics across all IPL seasons (2008-2023):

  1. 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.
  2. 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

Sign up or log in to comment