COMP9021 quiz 5
# COMP9021 QUIZ 5 Uses the file cardio_train.csv downloaded from https://www.kaggle.com/sulianova/cardiovascular-disease-dataset Implements a function analyse(gender, age) where gender is one of ‘F (for female) or ‘M’ (for male), and where age is any integer for which we have data in the file (nothing needs to be done if that is not the case). We assume …