|
question,answer,type,columns_used,column_types,sample_answer |
|
Is it true that the student with the highest number of absences is from a rural area?,True,boolean,"['absences', 'address']","['number[uint8]', 'category']",False |
|
Are all students who are in a romantic relationship older than 17?,False,boolean,"['romantic', 'age']","['category', 'number[uint8]']",False |
|
Is the average final grade (G3) of students who consume a lot of alcohol (Dalc > 2) lower than those who don't?,True,boolean,"['Dalc', 'G3']","['number[uint8]', 'number[uint8]']",False |
|
Do all students who have both parents at home (Pstatus = 'T') have more than 3 free time after school (freetime > 3)?,False,boolean,"['Pstatus', 'freetime']","['category', 'number[uint8]']",False |
|
How many students have their mother's education (Medu) level above 3?,131,number,['Medu'],['number[uint8]'],3 |
|
What is the average age of students who want to take higher education (higher = 'yes')?,16.634666666666668,number,"['higher', 'age']","['category', 'number[uint8]']",16.944444444444443 |
|
What is the highest number of absences among students?,75,number,['absences'],['number[uint8]'],18 |
|
How many unique schools are there in the dataset?,2,number,['school'],['category'],2 |
|
What is the most common mother's job among students who want to take higher education?,other,category,"['higher', 'Mjob']","['category', 'category']",other |
|
What is the gender of the student with the highest final grade (G3)?,M,category,"['G3', 'sex']","['number[uint8]', 'category']",M |
|
What is the school of the student with the highest number of absences?,GP,category,"['absences', 'school']","['number[uint8]', 'category']",GP |
|
What is the family size of the student with the highest final grade (G3)?,GT3,category,"['G3', 'famsize']","['number[uint8]', 'category']",GT3 |
|
What are the top 3 reasons for choosing a school among students who want to take higher education?,"['course', 'home', 'reputation']",list[category],"['higher', 'reason']","['category', 'category']","['course', 'home', 'reputation']" |
|
What are the 5 most common mother's jobs among students with a final grade above 10?,"['other', 'services', 'teacher', 'health', 'at_home']",list[category],"['G3', 'Mjob']","['number[uint8]', 'category']","['other', 'at_home', 'services']" |
|
What are the top 4 schools among students with absences above 10?,"['GP', 'MS']",list[category],"['absences', 'school']","['number[uint8]', 'category']","['MS', 'GP']" |
|
What are the top 2 family relations among students with a final grade below 10?,"[4, 5]",list[category],"['G3', 'famrel']","['number[uint8]', 'number[uint8]']","[4, 5]" |
|
What are the top 5 ages of students who want to take higher education?,"[16, 17, 15, 18, 19]",list[number],"['higher', 'age']","['category', 'number[uint8]']","[18, 15, 16, 17, 20]" |
|
What are the 3 lowest final grades of students who have more than 10 absences?,"[4, 14, 17]",list[number],"['absences', 'G3']","['number[uint8]', 'number[uint8]']","[6, 9]" |
|
What are the top 4 ages of students whose mother's education level is above 3?,"[15, 16, 18, 17]",list[number],"['Medu', 'age']","['number[uint8]', 'number[uint8]']","[15, 17]" |
|
What are the 6 lowest final grades of students who don't want to take higher education?,"[8, 10, 12, 9, 7, 13]",list[number],"['higher', 'G3']","['category', 'number[uint8]']","[10, 12]" |
|
|