Instruction
Give this one a shot!
Exercise
Take a look at the CSV file named study.csv (via the tab). It contains the semicolon-separated results of a study in which male and female subjects with the common cold measured how long they experienced their symptoms (in days).
Your task is to load and process the data to print the following five lines (one empty):
Male subjects: {count_of_male_subjects}
Average duration: {average_male_duration}
Female subject: {count_of_female_subjects}
Average duration: {average_female_duration}



