question,answer,type,columns_used,column_types,sample_answer Is the song with the highest rank from 1965?,True,boolean,"['Rank', 'Year']","['number[uint8]', 'number[uint16]']",False Does the song with the lowest rank contain the word 'love' in its lyrics?,True,boolean,"['Rank', 'Lyrics']","['number[uint8]', 'text']",False Is the artist of the song with the highest rank the same as the artist of the song with the lowest rank?,False,boolean,"['Rank', 'Artist']","['number[uint8]', 'category']",False Are there songs without lyrics?,True,boolean,['Lyrics'],['text'],False How many songs were produced in 1965?,100,number,['Year'],['number[uint16]'],2 In which year was the song with the highest rank produced?,1965,number,"['Rank', 'Year']","['number[uint8]', 'number[uint16]']",2008 What's the rank of the song with the longest lyrics?,19,number,"['Rank', 'Lyrics']","['number[uint8]', 'text']",64 How many unique artists are there in the dataset?,2473,number,['Artist'],['category'],20 Who is the artist of the song with the highest rank?,sam the sham and the pharaohs,category,"['Rank', 'Artist']","['number[uint8]', 'category']",alicia keys What is the title of the song with the lowest rank?,how sweet it is to be loved by you,category,"['Rank', 'Song']","['number[uint8]', 'category']",the end of the innocence Which song's lyrics contain the word 'love' the most times?,the way you love me,category,"['Song', 'Lyrics']","['category', 'text']",game of love What is the title of the song produced in the earliest year?,wooly bully,category,"['Song', 'Year']","['category', 'number[uint16]']",i like it like that Who are the artists of the top 5 ranked songs?,"['sam the sham and the pharaohs', 'ssgt barry sadler', 'the beach boys', 'the beatles', 'the beatles']",list[category],"['Rank', 'Artist']","['number[uint8]', 'category']","['alicia keys', 'christina aguilera', 'mariah carey', 'wayne fontana the mindbenders', 'fall out boy']" What are the titles of the 3 songs with the shortest lyrics?,"['girl youll be a woman soon', 'papa dont preach', 'breathe']",list[category],"['Song', 'Lyrics']","['category', 'text']","['all the small things', 'days go by', 'hurting each other']" Which 4 songs were produced in the most recent year?,"['uptown funk', 'thinking out loud', 'see you again', 'trap queen']",list[category],"['Song', 'Year']","['category', 'number[uint16]']",['i cry'] Who are the artists of the bottom 5 ranked songs?,"['marvin gaye', 'wilson pickett', 'neil diamond', 'jerry butler', 'the beatles']",list[category],"['Rank', 'Artist']","['number[uint8]', 'category']","['don henley', 'lady antebellum', 'the who', 'aerosmith', 'the dave clark five']" What are the ranks of the top 3 songs with the most occurrences of the word 'love' in their lyrics?,"[64, 41, 28]",list[number],"['Rank', 'Lyrics']","['number[uint8]', 'text']","[11, 2, 5]" What are the years of production of the bottom 4 ranked songs?,"[1965, 1966, 1967, 1968]",list[number],"['Rank', 'Year']","['number[uint8]', 'number[uint16]']","[1989, 2010, 1971, 1989]" What are the ranks of the 2 songs produced in the earliest year?,"[1, 2]",list[number],"['Rank', 'Year']","['number[uint8]', 'number[uint16]']","[80, 34]" What are the years of production of the top 5 songs with the longest lyrics?,"[1998, 2009, 2010, 2007, 2002]",list[number],"['Year', 'Lyrics']","['number[uint16]', 'text']","[2013, 1973, 1988, 1994, 2005]" Is the song with the highest rank from 1965 by the Beatles?,False,boolean,"['Rank', 'Year', 'Artist']","['number[uint8]', 'number[uint16]', 'category']",False Which artist has the song with the highest rank in 1965?,sam the sham and the pharaohs,category,"['Rank', 'Year', 'Artist']","['number[uint8]', 'number[uint16]', 'category']",wayne fontana the mindbenders Who are the artists of the top 3 songs in 1965?,"['sam the sham and the pharaohs', 'four tops', 'the beach boys']",list[category],"['Rank', 'Year', 'Artist']","['number[uint8]', 'number[uint16]', 'category']","['wayne fontana the mindbenders', 'the dave clark five']" What are the years of production of the top 3 songs with the word 'love' in their lyrics by the Beatles?,"[1967, 1965, 1966]",list[number],"['Year', 'Lyrics', 'Artist']","['number[uint16]', 'text', 'category']",[]