jorses
DataBench v1
a7090e1
raw
history blame
2.56 kB
question,answer,type,columns_used,column_types,sample_answer
Is there a food item with 'Fruits' as its group?,True,boolean,['GROUP'],['category'],False
Are there food items with 'Nuts' as their sub group?,True,boolean,['SUB GROUP'],['category'],True
Is there a food item with scientific name 'Tilia argentea'?,True,boolean,['SCIENTIFIC NAME'],['category'],False
Is 'Angelica' listed as a food name in the dataset?,True,boolean,['FOOD NAME'],['category'],False
How many food items are there in the dataset?,906,number,[],[],20
How many unique food groups are there in the dataset?,24,number,['GROUP'],['category'],8
How many unique sub groups are there in the dataset?,123,number,['SUB GROUP'],['category'],14
How many unique food items are there in the dataset?,906,number,['FOOD NAME'],['category'],20
What is the group of the food named 'Kiwi'?,Fruits,category,"['FOOD NAME', 'GROUP']","['category', 'category']",
What is the sub group of the food with scientific name 'Tilia argentea'?,Herbs,category,"['SCIENTIFIC NAME', 'SUB GROUP']","['category', 'category']",
What is the scientific name of the food named 'Kiwi'?,Actinidia chinensis,category,"['FOOD NAME', 'SCIENTIFIC NAME']","['category', 'category']",
What is the food name of the item with scientific name 'Tilia argentea'?,Silver linden,category,"['SCIENTIFIC NAME', 'FOOD NAME']","['category', 'category']",
What are the top 3 most common food groups?,"['Aquatic foods', 'Vegetables', 'Fruits']",list[category],['GROUP'],['category'],"['Aquatic foods', 'Herbs and Spices', 'Vegetables']"
What are the top 2 most common sub groups?,"['Fishes', 'Herbs']",list[category],['SUB GROUP'],['category'],"['Nuts', 'Mollusks']"
What are the bottom 4 least common food groups?,"['Eggs', 'Baby foods', 'Unclassified', 'Herbs and spices']",list[category],['GROUP'],['category'],"['Nuts', 'Animal foods', 'Snack foods', 'Soy']"
What are the bottom 2 least common sub groups?,"['Soy', 'Green vegetables']",list[category],['SUB GROUP'],['category'],"['Soy products', 'Venison']"
What are the top 3 most common food name lengths?,"[9, 6, 7]",list[number],['FOOD NAME'],['category'],"[15, 13, 8]"
What are the bottom 4 least common food name lengths?,"[39, 30, 45, 33]",list[number],['FOOD NAME'],['category'],"[7, 31, 6, 12]"
What are the top 2 most common scientific name lengths?,"[17.0, 19.0]",list[number],['SCIENTIFIC NAME'],['category'],"[12.0, 14.0]"
What are the top 5 most common group name lengths?,"[6.0, 13.0, 10.0, 16.0, 12.0]",list[number],['GROUP'],['category'],"[13.0, 16.0, 10.0, 9.0, 4.0]"