jorses
DataBench v1
a7090e1
raw
history blame
2.98 kB
question,answer,type,columns_used,column_types,sample_answer
Is the most favorited author mainly communicating in Spanish?,True,boolean,"['favorites', 'lang']","['category', 'category']",True
Does the author with the longest name post mainly original content?,True,boolean,"['author_name', 'type']","['category', 'category']",False
Is there an author who received no retweets for any of their posts?,True,boolean,"['author_name', 'retweets']","['category', 'number[uint8]']",True
Are there any posts that do not contain any links?,True,boolean,['links'],['list[url]'],True
How many unique authors are in the dataset?,3765,number,['author_name'],['category'],20
What is the length of the longest post (based on the number of words)?,61,number,['text'],['text'],49
What is the total number of retweets received by all authors in the dataset?,1243,number,['retweets'],['number[uint8]'],2
How many posts do not contain any mentions of other users?,0,number,['mention_ids'],['list[number[int64]]'],0
What is the name of the most retweeted author?,ING Espaรฑa,category,"['author_name', 'retweets']","['category', 'number[uint8]']",ING enfurecido ๐Ÿฆ
What is the language of the most favorited post?,es,category,"['lang', 'favorites']","['category', 'number[uint8]']",es
Who is the author of the post with the most words?,juan prin,category,"['author_name', 'text']","['category', 'text']",๐Ÿ‡ช๐Ÿ‡ธ Bearded.LocutusBorg ๐Ÿ‡ฎ๐Ÿ‡ช๐Ÿณ๏ธโ€๐ŸŒˆ
"What type of post (original, reply, or other) is the most common in the dataset?",reply,category,['type'],['category'],reply
Who are the authors of the top 3 most retweeted posts?,"['Lavincompae', '#NI UNA MENOS \xa0โ™\xa0โœŠ\xa0๐Ÿšบ', 'SFC The World']",list[category],"['author_name', 'retweets']","['category', 'number[uint8]']","[Manuel, ING enfurecido ๐Ÿฆ, Albert Navarro]"
What are the languages of the 5 least favorited posts?,"['es', 'es', 'es', 'es', 'es']",list[category],"['lang', 'favorites']","['category', 'number[uint8]']","[es, es, es, es, es]"
Who are the authors of the 4 shortest posts (based on the number of words)?,"['Correctorada', 'El Joker', 'Xenia Viladas', 'DrJaus \xa0๐Ÿ‡ช๐Ÿ‡ธ']",list[category],"['author_name', 'text']","['category', 'text']","[Vito!!, Albert Navarro, JEEVES, Leo Tarda]"
What types of posts are the 6 most common in the dataset?,"['reply', 'original']",list[category],['type'],['category'],"[reply, original]"
What are the retweet counts for the top 5 most favorited posts?,"[0, 0, 0, 0, 3]",list[number],"['retweets', 'favorites']","['number[uint8]', 'number[uint8]']","[0, 1, 0, 1, 0]"
What are the word counts of the 3 longest posts?,"[61, 60, 59]",list[number],['text'],['text'],"[49, 44, 41]"
What are the retweet counts of the 4 least favorited posts?,"[0, 0, 1, 0]",list[number],"['retweets', 'favorites']","['number[uint8]', 'number[uint8]']","[0, 0, 0, 0]"
What are the word counts for the 6 shortest posts?,"[1, 1, 1, 1, 1, 1]",list[number],['text'],['text'],"[2, 3, 4, 6, 12, 13]"