jorses
DataBench v1
a7090e1
raw
history blame
3.69 kB
question,answer,type,columns_used,column_types,sample_answer
Are there players who have a greater overall score than their potential score?,False,boolean,"['Overall<gx:number>', 'Potential<gx:number>']","['number[uint8]', 'number[uint8]']",False
Are there any players who joined their current club before they were 18 years old?,True,boolean,"['Joined<gx:date>', 'Age<gx:number>']","['category', 'number[uint8]']",True
Are there any players whose preferred foot is left and are from a nationality that starts with 'B'?,True,boolean,"['Preferred Foot<gx:category>', 'Nationality<gx:category>']","['category', 'category']",False
Are there any players who are taller than 6 feet and have an agility score above 90?,False,boolean,"['Height_ft<gx:number>', 'Agility<gx:number>']","['number[double]', 'number[uint8]']",False
What is the average overall score of players from France?,67.861432,number,"['Nationality<gx:category>', 'Overall<gx:number>']","['category', 'number[uint8]']",
How many unique clubs are there in the dataset?,683,number,['Club<gx:category>'],['category'],19
What is the highest value (in €) of a player in the dataset?,105500000,number,['Value_€<gx:currency>'],['number[uint32]'],13500000
How many players have the position 'ST'?,414,number,['Position<gx:category>'],['category'],1
What is the most common nationality in the dataset?,England,category,['Nationality<gx:category>'],['category'],Ghana
What is the most common preferred foot amongst players?,Right,category,['Preferred Foot<gx:category>'],['category'],Right
Which club has the most players in the dataset?,Crystal Palace,category,['Club<gx:category>'],['category'],Lech Poznań
What is the most common position of players in the dataset?,SUB,category,['Position<gx:category>'],['category'],SUB
Which are the top 5 nationalities in terms of the average overall score of their players?,"['Tanzania', 'Syria', 'Mozambique', 'Chad', 'Central African Rep.']",list[category],"['Nationality<gx:category>', 'Overall<gx:number>']","['category', 'number[uint8]']","['Portugal', 'Ivory Coast', 'Brazil', 'United States', 'Ghana']"
Which are the top 3 clubs in terms of the total value (in €) of their players?,"['Liverpool', 'Manchester City', 'Real Madrid']",list[category],"['Club<gx:category>', 'Value_€<gx:currency>']","['category', 'number[uint32]']","['Sassuolo', 'Atalanta', 'DC United']"
Which are the bottom 4 nationalities in terms of the average agility of their players?,"['Macau', 'Andorra', 'Moldova', 'Liechtenstein']",list[category],"['Nationality<gx:category>', 'Agility<gx:number>']","['category', 'number[uint8]']","['United States', 'Guyana', 'Saudi Arabia', 'Poland']"
Which are the top 6 clubs in terms of the average potential score of their players?,"['FC Bayern München', 'Real Madrid', 'FC Barcelona', 'Paris Saint-Germain', 'Juventus', 'Manchester City']",list[category],"['Club<gx:category>', 'Potential<gx:number>']","['category', 'number[uint8]']","['Sassuolo', 'Inter', 'Sporting CP', '1. FSV Mainz 05', 'Atalanta', 'DC United']"
What are the top 3 overall scores in the dataset?,"[93, 92, 91]",list[number],['Overall<gx:number>'],['number[uint8]'],"[79, 77, 77]"
What are the bottom 5 potential scores in the dataset?,"[48, 48, 49, 50, 50]",list[number],['Potential<gx:number>'],['number[uint8]'],"[60, 65, 66, 67, 68]"
What are the top 4 values (in €) of players in the dataset?,"[105500000, 90000000, 87000000, 80000000]",list[number],['Value_€<gx:currency>'],['number[uint32]'],"[13500000, 7500000, 5500000, 5500000]"
What are the top 2 wages (in €) of players in the dataset?,"[560000, 370000]",list[number],['Wage_€<gx:currency>'],['number[uint32]'],"[47000, 29000]"