jorses
DataBench v1
a7090e1
raw
history blame
3.69 kB
question,answer,type,columns_used,column_types,sample_answer
Is it true that the song with the lowest popularity in the dataset is longer than 300000 ms?,True,boolean,"[popularity, duration_ms]","['number[uint8]', 'number[UInt32]']",False
Did any song released in the year 2020 in the dataset achieve the maximum popularity?,False,boolean,"[release_year, popularity]","['number[uint16]', 'number[uint8]']",False
Does the song with the longest duration also have the highest energy?,False,boolean,"[duration_ms, energy]","['number[UInt32]', 'number[double]']",False
Does the song with the highest energy also have the highest popularity?,False,boolean,"[energy, popularity]","['number[double]', 'number[uint8]']",True
How many unique artists are there in the dataset?,13056,number,[artists],['list[category]'],20
What's the average song duration in the dataset?,228998.0798095238,number,[duration_ms],['number[UInt32]'],256381.1
What's the maximum popularity score in the dataset?,94,number,[popularity],['number[uint8]'],59
How many songs were released in the year with the most releases?,489,number,[release_year],['number[uint16]'],2
Who is the artist with the highest popularity score?,['Giveon'],category,"[popularity, artists]","['number[uint8]', 'list[category]']","['Victorious Cast', 'Elizabeth Gillies', 'Ariana Grande']"
In which month was the most popular song released?,3.0,category,"[popularity, release_month]","['number[uint8]', 'number[UInt8]']",8.0
What's the name of the longest duration song?,Monster Tunes Yearmix 2011 - Mixed by Mark Eteson,category,"[duration_ms, name]","['number[UInt32]', 'category']",Ölmez Bu Hareket / Çileli Müjde
What's the name of the song with the most energy?,Marathon (Mix Cut) - Simon O'Shine Mix,category,"[energy, name]","['number[double]', 'category']",Give It Up (feat. Elizabeth Gillies & Ariana Grande)
What are the top 5 most common artist names in the dataset?,"['Die drei ???', 'Benjamin Blümchen', 'TKKG Retro-Archiv', 'Bibi Blocksberg', 'Lata Mangeshkar']",list[category],[artists],['list[category]'],"[""['Victorious Cast', 'Elizabeth Gillies', 'Ariana Grande']"", ""['Julio Iglesias']"", ""['Ari Lasso']"", ""['Romeo Santos', 'Mala Rodríguez']"", ""['Funkmaster Flex', 'Big Kap', 'Eminem', 'Dr. Dre']""]"
What are the names of the top 3 most popular songs?,"[Heartbreak Anniversary, Good Days, Paradise (feat. Dermot Kennedy)]",list[category],"[popularity, name]","['number[uint8]', 'category']","['Give It Up (feat. Elizabeth Gillies & Ariana Grande)', 'Lächeln', 'Winter Winds']"
What are the top 3 artists who released songs with the longest durations?,"['Mark Eteson', 'Various Artists', 'Serge Reggiani']",list[category],"[duration_ms, artists]","['number[UInt32]', 'list[category]']","[""['Ozan Arif']"", ""['環球演奏團']"", ""['Andrew E.']""]"
What are the names of the top 2 songs with the most energy?,"[Marathon (Mix Cut) - Simon O'Shine Mix, Applause; Martha Tilton Returns to Stage - Live]",list[category],"[energy, name]","['number[double]', 'category']","['Give It Up (feat. Elizabeth Gillies & Ariana Grande)', 'Rahasia Perempuan']"
What are the top 5 most popular scores?,"[0, 35, 23, 1, 26]",list[number],[popularity],['number[uint8]'],"[52, 59, 27, 47, 46]"
What are the 3 longest song durations?,"[4792587.0, 4658245.0, 4585640.0]",list[number],[duration_ms],['number[UInt32]'],"[698880.0, 496600.0, 324587.0]"
What are the 4 latest release years in the dataset?,"[2021, 2021, 2021, 2021]",list[number],[release_year],['number[uint16]'],"[2020, 2017, 2013, 2012]"
What are the top 3 energy scores in the dataset?,"[1.0, 1.0, 1.0]",list[number],[energy],['number[double]'],"[0.944, 0.908, 0.822]"