|
question,answer,type,columns_used,column_types,sample_answer |
|
Is it true that the athlete with the lowest ID is older than 30 years?,True,boolean,"[ID, Age]","['number[uint32]', 'number[UInt8]']",True |
|
Did any athlete from the team with the most participants win two gold medals?,False,boolean,"[Team, Medal]","['category', 'category']",False |
|
Does the athlete with the highest weight also participate in the sport with the most athletes?,False,boolean,"[Weight, Sport]","['number[UInt8]', 'category']",False |
|
Does the athlete with the highest height also have a medal?,False,boolean,"[Height, Medal]","['number[UInt8]', 'category']",False |
|
How many unique teams are there in the dataset?,230,number,[Team],['category'],15 |
|
What's the average age of athletes in the dataset?,25.556898357297374,number,[Age],['number[UInt8]'],27.15 |
|
What's the maximum weight of athletes in the dataset?,214.0,number,[Weight],['number[UInt8]'],92.0 |
|
How many athletes participated in the year with the most participants?,2536,number,[Year],['number[uint16]'],2 |
|
Who is the athlete with the highest weight?,Ricardo Blas Jr.,category,"[Weight, Name]","['number[UInt8]', 'category']",Martin Laumann Ylven |
|
In which city did the athlete with the highest height participate?,London,category,"[Height, City]","['number[UInt8]', 'category']",Vancouver |
|
What's the name of the athlete who participated in the most number of games?,Robert Tait McKenzie,category,[Name],['category'],Khalid Raghib |
|
What's the sport of the athlete with the most medals?,Art Competitions,category,"[Medal, Sport, Name]","['category', 'category', 'category']",Rowing |
|
What are the top 5 most common team names in the dataset?,"[United States, France, Great Britain, Italy, Germany]",list[category],[Team],['category'],"['Morocco', 'Romania', 'Germany', 'Japan', 'Italy']" |
|
What are the names of the top 3 athletes with the highest weights?,"[Ricardo Blas Jr., Shinichi Shinohara, Emmanuel Yarborough]",list[category],"[Weight, Name]","['number[UInt8]', 'category']","['Martin Laumann Ylven', 'Juri Takayama', 'Graziano Mancinelli']" |
|
What are the 3 teams with the most number of athletes?,"[United States, France, Great Britain]",list[category],[Team],['category'],"['Morocco', 'Romania', 'Germany']" |
|
What are the names of the top 2 athletes who participated in the most number of games?,"[Robert Tait McKenzie, Heikki Ilmari Savolainen]",list[category],[Name],['category'],"['Khalid Raghib', 'Mrioara Trac (-Curelea)']" |
|
What are the top five most common ages of athletes?,"[23.0, 24.0, 22.0, 25.0, 21.0]",list[number],[Age],['number[UInt8]'],"[27.0, 22.0, 21.0, 19.0, 25.0]" |
|
What are the three highest weights of athletes?,"[214.0, 198.0, 190.0]",list[number],[Weight],['number[UInt8]'],"[92.0, 85.0, 77.0]" |
|
What are the 4 most common years of participation?,"[1992, 1988, 2000, 1996]",list[number],[Year],['number[uint16]'],"[1912, 2000, 1956, 1964]" |
|
What are the three most common heights of athletes?,"[180.0, 170.0, 178.0]",list[number],[Height],['number[UInt8]'],"[172.0, 175.0, 174.0]" |
|
|