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', 'user_following_count']","['number[uint32]', 'number[uint16]']",True Is there any tweet in the dataset that has more replies than retweets?,True,boolean,"['replies', 'retweets']","['number[uint16]', 'number[uint32]']",True Are there any verified users who have tweeted in a language other than English?,True,boolean,"['user_verified', 'lang']","['boolean', 'category']",False Does the dataset contain any tweets that include image links?,True,boolean,[image_links],['list[url]'],True How many unique authors are present in the dataset?,1,number,['author_id'],['number[uint32]'],1 What is the highest number of retweets a single tweet has received?,117386,number,['retweets'],['number[uint32]'],5939 What is the average number of favorites per tweet?,5081.805590062112,number,['favorites'],['number[uint32]'],7154.5 What's the total number of tweets from verified users?,3220,number,['user_verified'],['boolean'],20 Which author has the most tweets in the dataset?,3131144855,category,['author_id'],['number[uint32]'],3131144855 Which language is most commonly used in the tweets?,en,category,['lang'],['category'],en What is the most common source of tweets?,"Twitter for iPhone",category,['source'],['category'],Twitter for iPhone "Which type of tweet (e.g., original, retweet, quote) is most common in the dataset?",original,category,['type'],['category'],original Who are the top three authors (by ID) with the most followers?,[3131144855],list[category],"['author_id', 'user_followers_count']","['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'],['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'],['category'],['en'] What are the highest three numbers of followers count present in the dataset?,"[3543402, 3543402, 3543402]",list[number],['user_followers_count'],['number[uint32]'],"[3543402, 3543402, 3543402]" What are the bottom four numbers of favorites count?,"[7, 7, 8, 9]",list[number],['favorites'],['number[uint32]'],"[137, 198, 202, 210]" List the top six numbers of retweets.,"[117386, 53527, 35698, 31449, 24824, 19982]",list[number],['retweets'],['number[uint32]'],"[5939, 4233, 2075, 1901, 1259, 1087]" What are the bottom five numbers of replies?,"[2, 2, 3, 3, 4]",list[number],['replies'],['number[uint16]'],"[19, 38, 41, 49, 49]"