One of the major factors in analysing a batsman's performance is number of deliveries faced by him.
- Loads the data and then access the column named as
batsman
. - Calculates the total no. of occurences of the particular batsman(user given) in order to give the deliveries.
- Accept one mandatory parameter named
batsman
Return | dtype | description |
---|---|---|
variable | int | Number of deliveries that the given batsman played |
Note :Solve this Assignment using Numpy only