|
question,answer,type,columns_used,column_types,sample_answer |
|
Is it true that the oldest person in the dataset has a stroke?,True,boolean,"['age', 'stroke']","['number[UInt8]', 'number[uint8]']",False |
|
Do all smokers have hypertension?,False,boolean,"['smoking_status', 'hypertension']","['category', 'number[uint8]']",False |
|
Are all people with heart diseases married?,False,boolean,"['heart_disease', 'ever_married']","['number[uint8]', 'category']",True |
|
Is the average glucose level higher for males than females?,True,boolean,"['gender', 'avg_glucose_level']","['category', 'number[double]']",False |
|
How many people in the dataset have a stroke?,249,number,['stroke'],['number[uint8]'],1 |
|
What is the average age of people who smoke?,47.09632446134347,number,"['smoking_status', 'age']","['category', 'number[UInt8]']",50.333333333333336 |
|
What is the highest glucose level recorded in the dataset?,271.74,number,['avg_glucose_level'],['number[double]'],143.43 |
|
How many unique 'work_type' categories are there in the dataset?,5,number,['work_type'],['category'],4 |
|
What is the most common work type among stroke patients?,Private,category,"['stroke', 'work_type']","['number[uint8]', 'category']",Self-employed |
|
What is the smoking status of the youngest person in the dataset?,Unknown,category,"['age', 'smoking_status']","['number[UInt8]', 'category']",Unknown |
|
What is the residence type of the person with the highest BMI?,Rural,category,"['bmi', 'Residence_type']","['number[double]', 'category']",Urban |
|
What is the gender of the person with the lowest glucose level?,Female,category,"['avg_glucose_level', 'gender']","['number[double]', 'category']",Female |
|
What are the top 3 work types among people with heart diseases?,"['Private', 'Self-employed', 'Govt_job']",list[category],"['heart_disease', 'work_type']","['number[uint8]', 'category']",['Private'] |
|
What are the 5 most common smoking statuses among people with a stroke?,"['never smoked', 'formerly smoked', 'Unknown', 'smokes']",list[category],"['stroke', 'smoking_status']","['number[uint8]', 'category']",['Unknown'] |
|
What are the top 4 residence types of people with hypertension?,"['Rural', 'Urban']",list[category],"['hypertension', 'Residence_type']","['number[uint8]', 'category']",['Rural'] |
|
What are the top 2 work types among people who have never married?,"['Private', 'children']",list[category],"['ever_married', 'work_type']","['category', 'category']","['children', 'Self-employed']" |
|
What are the top 5 ages of people with strokes?,"[82.0, 82.0, 82.0, 82.0, 82.0]",list[number],"['stroke', 'age']","['number[uint8]', 'number[UInt8]']",[43.0] |
|
What are the 3 lowest BMIs among people who smoke?,"[15.7, 16.7, 16.7]",list[number],"['smoking_status', 'bmi']","['category', 'number[double]']","[26.8, 34.1, 35.6]" |
|
What are the top 4 glucose levels of people who have heart diseases?,"[271.74, 254.63, 254.6, 252.72]",list[number],"['heart_disease', 'avg_glucose_level']","['number[uint8]', 'number[double]']",[62.2] |
|
What are the 6 highest ages of people who have never married?,"[82.0, 82.0, 82.0, 82.0, 82.0, 82.0]",list[number],"['ever_married', 'age']","['category', 'number[UInt8]']","[51.0, 42.0, 31.0, 26.0, 10.0, 8.0]" |
|
|