|
question,answer,type,columns_used,column_types,sample_answer |
|
Are there more reviews with rating 5 from 'GB' than 'US'?,True,boolean,"['country_code', 'rating']","['category', 'number[uint8]']",True |
|
Is the average rating for 'Wise' in 'GB' above 4?,True,boolean,"['rating', 'Company', 'country_code']","['number[uint8]', 'category', 'category']",True |
|
Do any reviews originate from 'AO'?,True,boolean,['country_code'],['category'],False |
|
Did any reviews receive a rating of 1?,True,boolean,['rating'],['number[uint8]'],True |
|
What's the total number of reviews for 'Wise'?,3840,number,['Company'],['category'],20 |
|
How many unique countries gave 'Wise' a rating of 5?,120,number,"['country_code', 'Company', 'rating']","['category', 'category', 'number[uint8]']",8 |
|
What is the highest rating received?,5,number,['rating'],['number[uint8]'],5 |
|
What's the average rating across all reviews?,4.097755610972569,number,['rating'],['number[uint8]'],4.15 |
|
Which company received the most 5-star reviews?,Wise,category,"['Company', 'rating']","['category', 'number[uint8]']",Wise |
|
From which country did 'Wise' receive the most reviews?,GB,category,"['country_code', 'Company']","['category', 'category']",ES |
|
Which country had the lowest representation in the reviews?,CW,category,['country_code'],['category'],PL |
|
Which company received the lowest rating?,N26,category,"['rating', 'Company']","['number[uint8]', 'category']",N26 |
|
Which are the top 3 countries with the most 5-star reviews for 'Wise'?,"['GB', 'US', 'ES']",list[category],"['country_code', 'Company', 'rating']","['category', 'category', 'number[uint8]']","['PL', 'DE', 'ES']" |
|
Which are the 2 companies represented in the dataset?,"['Wise', 'N26']",list[category],['Company'],['category'],"['Wise', 'N26']" |
|
Which are the bottom 4 countries in terms of review count?,"['CW', 'FO', 'KZ', 'NE']",list[category],['country_code'],['category'],"['IT', 'HU', 'US', 'AU']" |
|
What are the top 5 most common countries?,"['GB', 'DE', 'FR']",list[category],['country_code'],['category'],"['GB', 'ES', 'FR']" |
|
What are the top 3 most common ratings?,"[5, 1, 4]",list[number],['rating'],['number[uint8]'],"[5, 4, 1]" |
|
What are the bottom 2 least common ratings?,"[3, 2]",list[number],['rating'],['number[uint8]'],"[3, 2]" |
|
What are the top 4 ratings given to 'Wise'?,"[5, 1, 4, 2]",list[number],"['rating', 'Company']","['number[uint8]', 'category']","[5, 4, 2]" |
|
What are the bottom 5 ratings given to 'N26'?,"[3, 2, 4, 1, 5]",list[number],"['rating', 'Company']","['number[uint8]', 'category']","[5, 4, 1, 3]" |
|
|