question,answer,type,columns_used,column_types,sample_answer Is it true that the oldest movie (based on year) in the drama genre is from the USA?,False,boolean,"['year', 'genre', 'country']","['number[UInt16]', 'category', 'category']",False "Are all movies from the USA, with more than 80 minutes duration in the drama genre, in English?",False,boolean,"['duration', 'genre', 'country', 'language']","['number[uint16]', 'category', 'category', 'category']",False Are all movies with votes greater than 90 from the USA in English?,True,boolean,"['votes', 'country', 'language']","['number[UInt8]', 'category', 'category']",False Is the average duration of English language movies from the USA longer than those from non-USA countries?,False,boolean,"['country', 'language', 'duration']","['category', 'category', 'number[uint16]']",False "How many movies from the USA, in the drama genre, have a metascore of 100?",6,number,"['metascore', 'genre', 'country']","['number[UInt8]', 'category', 'category']",0 "What is the average duration for movies in the drama genre, from the USA, in English?",96.07926963408374,number,"['genre', 'country', 'language', 'duration']","['category', 'category', 'category', 'number[uint16]']",100.0 What is the latest year for English language movies from the USA in the dataset?,2020.0,number,"['country', 'language', 'year']","['category', 'category', 'number[UInt16]']",1994 How many unique languages are there in the dataset for movies from the USA?,650,number,"['country', 'language']","['category', 'category']",3 What is the most common genre among English language movies from the USA with a metascore of 100?,"Adventure, Family, Fantasy",category,"['metascore', 'country', 'language', 'genre']","['number[UInt8]', 'category', 'category', 'category']",0 What is the country of the English language movie with the longest duration?,Argentina,category,"['duration', 'language', 'country']","['number[uint16]', 'category', 'category']",USA What is the language of the movie from the USA with the highest metascore?,English,category,"['metascore', 'country', 'language']","['number[UInt8]', 'category', 'category']",0 What is the genre of the English language movie from the USA with the most votes?,Drama,category,"['votes', 'country', 'language', 'genre']","['number[uint32]', 'category', 'category', 'category']","Romance, Western" What are the top 3 genres among English language movies from the USA with a metascore of 100?,"['Adventure, Family, Fantasy', 'Drama, Mystery', 'Drama, Romance, War']",list[category],"['metascore', 'country', 'language', 'genre']","['number[UInt8]', 'category', 'category', 'category']",[] What are the 5 most common countries among English language movies with a year earlier than 2000?,"['USA', 'UK', 'Canada', 'UK, USA', 'Australia']",list[category],"['year', 'language', 'country']","['number[UInt16]', 'category', 'category']",['USA'] What are the top 4 languages among movies from the USA with a duration greater than 180 minutes?,"['English', 'English, Spanish', 'English, Russian', 'English, Hungarian']",list[category],"['duration', 'country', 'language']","['number[uint16]', 'category', 'category']",[] What are the top 2 genres among English language movies from the USA with a metascore greater than 90?,"['Drama', 'Crime, Drama']",list[category],"['metascore', 'country', 'language', 'genre']","['number[UInt8]', 'category', 'category', 'category']",[] What are the top 5 years for English language movies from the USA in the drama genre?,"[2017.0, 2016.0, 2015.0, 2013.0, 2018.0]",list[number],"['genre', 'country', 'language', 'year']","['category', 'category', 'category', 'number[UInt16]']",[1994] What are the 3 longest durations for English language movies from the USA with a metascore of 100?,"[102, 119, 112]",list[number],"['metascore', 'country', 'language', 'duration']","['number[UInt8]', 'category', 'category', 'number[uint16]']",[] What are the four years with more English language movies from the USA?,"[2017.0, 2016.0, 2018.0, 2013.0]",list[number],"['country', 'language', 'year']","['category', 'category', 'number[UInt16]']","[1994, 1942, 1951, 1964]" Can you show the 6 highest metascores among English language movies from the USA?,"[49.0, 55.0, 57.0, 48.0, 54.0, 52.0]",list[number],"['country', 'language', 'metascore']","['category', 'category', 'number[UInt8]']",[]