question,answer,type,columns_used,column_types,sample_answer Do all patients experience exercise-induced angina?,False,boolean,['ExerciseAngina'],['category'],False Does any patient have a resting blood pressure above 200?,False,boolean,['RestingBP'],['number[uint8]'],False Are there patients without heart disease?,True,boolean,['HeartDisease'],['number[uint8]'],True Does everyone have normal resting electrocardiographic results?,False,boolean,['RestingECG'],['category'],False What is the maximum age of patients in the dataset?,77,number,['Age'],['number[uint8]'],69 What is the minimum resting blood pressure among the patients?,0,number,['RestingBP'],['number[uint8]'],95 What is the average cholesterol level in the dataset?,198.7995642701525,number,['Cholesterol'],['number[uint16]'],207.8 What is the standard deviation of maximum heart rate among the patients?,25.4603341382503,number,['MaxHR'],['number[uint8]'],27.360170821258063 What is the most common chest pain type among patients?,ASY,category,['ChestPainType'],['category'],ASY What is the least common resting electrocardiographic result?,ST,category,['RestingECG'],['category'],ST What is the most common ST slope among patients with heart disease?,Flat,category,"['ST_Slope', 'HeartDisease']","['category', 'number[uint8]']",Flat What is the least common chest pain type among male patients?,TA,category,"['ChestPainType', 'Sex']","['category', 'category']",TA What are the top 3 most common chest pain types?,"['ASY', 'NAP', 'ATA']",list[category],['ChestPainType'],['category'],"['ASY', 'NAP', 'ATA']" Which 4 resting electrocardiographic results are least common?,"['ST', 'LVH', 'Normal']",list[category],['RestingECG'],['category'],"['ST', 'LVH', 'Normal']" What are the 2 most common ST slopes among patients with heart disease?,"['Flat', 'Up']",list[category],"['ST_Slope', 'HeartDisease']","['category', 'number[uint8]']","['Flat', 'Down']" What are the 4 most common chest pain types among male patients?,"['TA', 'ATA', 'NAP', 'ASY']",list[category],"['ChestPainType', 'Sex']","['category', 'category']","['TA', 'ATA', 'NAP', 'ASY']" What are the top 5 ages of patients in the dataset?,"[54, 58, 55, 56, 57]",list[number],['Age'],['number[uint8]'],"[56, 67, 64, 57, 63]" What are the 4 least common resting blood pressures among the patients?,"[101, 174, 192, 129]",list[number],['RestingBP'],['number[uint8]'],"[145, 160, 108, 142]" What are the 6 most common cholesterol levels in the dataset?,"[0, 254, 223, 220, 230, 211]",list[number],['Cholesterol'],['number[uint16]'],"[0, 195, 518, 309, 254, 271]" What are the 3 least common maximum heart rates among the patients?,"[177, 187, 194]",list[number],['MaxHR'],['number[uint8]'],"[179, 86, 140]"