jorses
DataBench v1
a7090e1
raw
history blame
3.14 kB
question,answer,type,columns_used,column_types,sample_answer
Are there any authors in the dataset who have more followers than people they are following?,True,boolean,"['user_followers_count<gx:number>', 'user_following_count<gx:number>']","['number[uint32]', 'number[uint16]']",True
Is there any tweet in the dataset that has more replies<gx:number> than retweets<gx:number>?,True,boolean,"['replies<gx:number>', 'retweets<gx:number>']","['number[uint16]', 'number[uint32]']",True
Are there any verified users who have tweeted in a language other than English?,True,boolean,"['user_verified<gx:boolean>', 'lang<gx:category>']","['boolean', 'category']",False
Does the dataset contain any tweets that include image links?,True,boolean,[image_links<gx:list[url]>],['list[url]'],True
How many unique authors are present in the dataset?,1,number,['author_id<gx:category>'],['number[uint32]'],1
What is the highest number of retweets<gx:number> a single tweet has received?,117386,number,['retweets<gx:number>'],['number[uint32]'],5939
What is the average number of favorites per tweet?,5081.805590062112,number,['favorites<gx:number>'],['number[uint32]'],7154.5
What's the total number of tweets from verified users?,3220,number,['user_verified<gx:boolean>'],['boolean'],20
Which author has the most tweets in the dataset?,3131144855,category,['author_id<gx:category>'],['number[uint32]'],3131144855
Which language is most commonly used in the tweets?,en,category,['lang<gx:category>'],['category'],en
What is the most common source of tweets?,"<a href=""http://twitter.com/download/iphone"" rel=""nofollow"">Twitter for iPhone</a>",category,['source<gx:text>'],['category'],Twitter for iPhone
"Which type of tweet (e.g., original, retweet, quote) is most common in the dataset?",original,category,['type<gx:category>'],['category'],original
Who are the top three authors (by ID) with the most followers?,[3131144855],list[category],"['author_id<gx:category>', 'user_followers_count<gx:number>']","['number[uint32]', 'number[uint32]']",[3131144855]
What are the top five most frequently mentioned names in the tweets?,"['G7', 'foreignoffice', 'UN', 'Conservatives', 'COP26']",list[category],['mention_names<gx:list[category]>'],['list[category]'],"['[]', '[Hillingdon_Tory]', '[UN]', '[CyrilRamaphosa]', '[JoeMurphyLondon]']"
List the top four most commonly used languages in the tweets.,"['en', 'und', 'fr', 'es']",list[category],['lang<gx:category>'],['category'],['en']
What are the highest three numbers of followers count present in the dataset?,"[3543402, 3543402, 3543402]",list[number],['user_followers_count<gx:number>'],['number[uint32]'],"[3543402, 3543402, 3543402]"
What are the bottom four numbers of favorites count?,"[7, 7, 8, 9]",list[number],['favorites<gx:number>'],['number[uint32]'],"[137, 198, 202, 210]"
List the top six numbers of retweets.,"[117386, 53527, 35698, 31449, 24824, 19982]",list[number],['retweets<gx:number>'],['number[uint32]'],"[5939, 4233, 2075, 1901, 1259, 1087]"
What are the bottom five numbers of replies?,"[2, 2, 3, 3, 4]",list[number],['replies<gx:number>'],['number[uint16]'],"[19, 38, 41, 49, 49]"