Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Find the name of the batsman who played the first ball of the first innings.

Let's dig more into the data. It's time to find the player who faced the first ever ball in the entire IPL.

Quite historic!! So, let's find out who that Lucky Batsman was.

Write a function first_batsman that:

  • Access the name of the batsman who faced the first ball of the first innings and stores it in a variable.

Parameters:

Parameter dtype argument type default value description
data dict compulsory data loaded from the yaml file

Returns:

Return dtype description
variable string Name of the player who played the first ball of first innings