Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Sum of all extras in all deliveries in all matches in the dataset

Well done, by this time you have learnt to extract data and store it in variables. Also, you have learnt how to find unique values and toy with it. Now we will learn about how to apply basic algebraic operations.

Write a function get_total_extras that :

  • Calculates the integer sum of column extras scored in all matches.

Parameters:

This function takes in no parameters

Returns:

Return dtype description
variable Int Sum of extras scored