Skip to content

Python Kata #2: The Galaxy Empire Salaries

You are given the information about the salaries of all the employees in the Galaxy Empire. The information is a dataset in CSV format with header row. How would you compute the average, the count, and the minimum and the maximum values for the salary column?