question,answer,columns_used,type,column_types,sample_answer Are there any tweets with more than 10 retweets?,True,['retweet_count'],boolean,['number[uint8]'],False Is there a negative sentiment tweet from 'United' airline?,True,"['airline', 'airline_sentiment']",boolean,"['category', 'category']",True Are there any tweets categorized with 'Late Flight' as the negative reason?,True,['negativereason'],boolean,['category'],True Are there any tweets from 'Eastern Time (US & Canada)' timezone with positive sentiment?,True,"['user_timezone', 'airline_sentiment']",boolean,"['category', 'category']",True How many unique user timezones are there in the dataset?,85,['user_timezone'],number,['category'],6 "On average, what is the sentiment confidence of the tweets?",0.9001688524590163,['airline_sentiment_confidence'],number,['number[double]'],0.887105 What's the maximum number of retweets a tweet has received?,44,['retweet_count'],number,['number[uint8]'],1 How many tweets are from 'Virgin America' airline?,504,['airline'],number,['category'],0 Which airline has the highest average sentiment confidence?,US Airways,"['airline', 'airline_sentiment_confidence']",category,"['category', 'number[double]']",American Which negative reason is most commonly associated with 'American' airline?,Customer Service Issue,"['airline', 'negativereason']",category,"['category', 'category']",Lost Luggage From which timezone is the tweet with the highest sentiment confidence?,Eastern Time (US & Canada),"['user_timezone', 'airline_sentiment_confidence']",category,"['category', 'number[double]']",Eastern Time (US & Canada) Which airline has the most tweets with negative sentiment?,United,"['airline', 'airline_sentiment']",category,"['category', 'category']",Delta Which are the top 3 airlines with the highest average sentiment confidence?,"['US Airways', 'American', 'United']","['airline', 'airline_sentiment_confidence']",list[category],"['category', 'number[double]']","['American', 'Delta', 'United']" List the 4 most common negative reasons in the dataset.,"['Customer Service Issue', 'Late Flight', 'Can't Tell', 'Cancelled Flight']",'negativereason',list[category],['category'],"[""Can't Tell"", 'Cancelled Flight', 'Customer Service Issue', 'Late Flight']" Which 5 user timezones have the most number of tweets?,"['Eastern Time (US & Canada)', 'Central Time (US & Canada)', 'Pacific Time (US & Canada)', 'Quito', 'Atlantic Time (Canada)']",['user_timezone'],list[category],['category'],"['Eastern Time (US & Canada)', 'Pacific Time (US & Canada)', 'Alaska', 'Atlantic Time (Canada)', 'Amsterdam']" List 2 airlines with the least number of tweets in the dataset.,"['Virgin America', 'Delta']",['airline'],list[category],['category'],"['American', 'United']" What are the top 4 tweet IDs with the highest sentiment confidence?,"[570306133677760513, 570301031407624196, 570300817074462722, 570300767074181121]","['tweet_id', 'airline_sentiment_confidence']",list[number],"['number[int64]', 'number[double]']","[569731104070115329, 569263373092823040, 568818669024907264, 567775864679456768]" List the 3 highest retweet counts in the dataset.,"[44, 32, 31]",['retweet_count'],list[number],['number[uint8]'],"[1, 0, 0]" Which 5 tweet IDs have the lowest sentiment confidence?,"[569972097453137920, 568092537786748928, 568028183267639297, 568993773277069312, 569227372223811584]","['tweet_id', 'airline_sentiment_confidence']",list[number],"['number[int64]', 'number[double]']","[569332237138841600, 568975192615223296, 568526521910079488, 569184833361936387, 568884344221081600]" List the sentiment confidence of the 6 most retweeted tweets in the dataset.,"[1.0, 1.0, 1.0, 0.6593, 1.0, 0.6940000000000001]","['airline_sentiment_confidence', 'retweet_count']",list[number],"['number[double]', 'number[uint8]']","[1.0, 1.0, 1.0, 1.0, 0.6625, 1.0]"