|
question,answer,columns_used,type,column_types,sample_answer |
|
"Are there records where the 'count' exceeds 20,000?",True,['count'],boolean,['number[uint16]'],False |
|
Do we have any records originating from 'Jefferson'?,True,['name_origin'],boolean,['category'],True |
|
Are there destinations with the name 'Baldwin'?,True,['name_dest'],boolean,['category'],False |
|
Are there records where the latitude of the destination is greater than 60?,True,['lat_dest'],boolean,['number[double]'],False |
|
How many unique destinations are there in the dataset?,3219,['dest'],number,['number[uint32]'],20 |
|
"On average, how many times is each origin-destination pair reported?",67.7453798126951,['count'],number,['number[uint16]'],17.55 |
|
What's the highest count value in the dataset?,40580,['count'],number,['number[uint16]'],66 |
|
How many unique origin names are there in the dataset?,1904,['name_origin'],number,['category'],17 |
|
From which origin do we have the highest 'count' recorded?,,"['count', 'name_origin']",category,"['number[uint16]', 'category']",18077 |
|
To which destination do we find the highest 'count' reported?,Los Angeles,"['count', 'name_dest']",category,"['number[uint16]', 'category']",6001 |
|
Which origin has the lowest latitude?,Guáanica,"['lat_origin', 'name_origin']",category,"['number[double]', 'category']",Okaloosa |
|
Which destination has the highest longitude?,Fajardo,"['lon_dest', 'name_dest']",category,"['number[double]', 'category']",Montgomery |
|
What are the top 3 origins with the highest average count?,"['Los Angeles', 'New York', 'San Francisco']","['name_origin', 'count']",list[category],"['category', 'number[uint16]']","['18077', '48439', '36123']" |
|
Which are the 4 destinations with the lowest average count?,"['Kalawao', 'Loving', 'Kenedy', 'Wheatland']","['name_dest', 'count']",list[category],"['category', 'number[uint16]']","[48113, 12127, 37115, 39041]" |
|
List the 5 origins with the highest average latitude values.,"['North Slope', 'Northwest Arctic', 'Yukon-Koyukuk', 'Nome', 'Fairbanks North Star']","['name_origin', 'lat_origin']",list[category],"['category', 'number[double]']","['53063', '53033', '53045', '55097', '36045']" |
|
Which 2 origins have the lowest average longitude values?,"['Aleutians West', 'Nome']","['name_origin', 'lon_origin']",list[category],"['category', 'number[double]']","['53045', '6013']" |
|
List the top 5 recorded count values.,"[40580, 39899, 38430, 28524, 24452]",['count'],list[number],['number[uint16]'],"[66, 35, 32, 30, 25]" |
|
What are the 3 highest latitude values for destinations?,"[69.42718361, 69.42718361, 69.42718361]",['lat_dest'],list[number],['number[double]'],"[46.39399576, 46.27467409, 43.15268452]" |
|
Rank the lowest 4 longitude values for origins.,"[-167.08526, -167.08526, -167.08526, -167.08526]",['lon_origin'],list[number],['number[double]'],"[-123.1229957, -121.8986791, -121.7629538, -119.6502747]" |
|
Which 6 destination IDs have the highest average counts?,"[6037, 36061, 48201, 6059, 6071, 6085]","['dest', 'count']",list[number],"['number[uint32]', 'number[uint16]']","[6001, 20045, 36055, 13035, 26103, 55003]" |
|
|