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', 'Potential']","['number[uint8]', 'number[uint8]']",False Are there any players who joined their current club before they were 18 years old?,True,boolean,"['Joined', 'Age']","['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', 'Nationality']","['category', 'category']",False Are there any players who are taller than 6 feet and have an agility score above 90?,False,boolean,"['Height_ft', 'Agility']","['number[double]', 'number[uint8]']",False What is the average overall score of players from France?,67.861432,number,"['Nationality', 'Overall']","['category', 'number[uint8]']", How many unique clubs are there in the dataset?,683,number,['Club'],['category'],19 What is the highest value (in €) of a player in the dataset?,105500000,number,['Value_€'],['number[uint32]'],13500000 How many players have the position 'ST'?,414,number,['Position'],['category'],1 What is the most common nationality in the dataset?,England,category,['Nationality'],['category'],Ghana What is the most common preferred foot amongst players?,Right,category,['Preferred Foot'],['category'],Right Which club has the most players in the dataset?,Crystal Palace,category,['Club'],['category'],Lech Poznań What is the most common position of players in the dataset?,SUB,category,['Position'],['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', 'Overall']","['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', 'Value_€']","['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', 'Agility']","['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', 'Potential']","['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'],['number[uint8]'],"[79, 77, 77]" What are the bottom 5 potential scores in the dataset?,"[48, 48, 49, 50, 50]",list[number],['Potential'],['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_€'],['number[uint32]'],"[13500000, 7500000, 5500000, 5500000]" What are the top 2 wages (in €) of players in the dataset?,"[560000, 370000]",list[number],['Wage_€'],['number[uint32]'],"[47000, 29000]"