jorses
DataBench v1
a7090e1
raw
history blame
3.56 kB
question,answer,type,columns_used,column_types,sample_answer
Is there a rental property with exactly 5 bedrooms?,True,boolean,['bedrooms'],['number[UInt8]'],False
Is there a rental property listed by a superhost that is instantly bookable?,True,boolean,"['host_is_superhost', 'instant_bookable']","['category', 'category']",True
Are there any rental properties that can accommodate more than 10 guests?,True,boolean,['accommodates'],['number[uint8]'],False
Is there a rental property that has received a perfect review score?,False,boolean,['review_scores_rating'],['number[double]'],False
How many rental properties are there in the dataset?,20776,number,[],[],20.0
What is the maximum number of bedrooms in a property?,18.0,number,['bedrooms'],['number[UInt8]'],0
What is the highest price per night for a rental property?,95150.0,number,['price'],['category'],3.62
What is the maximum number of reviews a property has received?,870,number,['number_of_reviews'],['number[uint16]'],0
Which neighbourhood is the property with the highest number of bedrooms located in?,Universidad,category,"['bedrooms', 'neighbourhood_cleansed']","['number[UInt8]', 'category']",Bolliger & Mabillard
What type of room is the most expensive property?,Entire home/apt,category,"['price', 'room_type']","['category', 'category']",
What is the property type of the listing with the most reviews?,Entire rental unit,category,"['number_of_reviews', 'property_type']","['number[uint16]', 'category']",Other
What is the neighbourhood of the property that can accommodate the most number of guests?,Unknown,category,"['accommodates', 'neighbourhood']","['number[uint8]', 'category']",Busch Gardens Tampa Bay
Which are the top 3 neighbourhoods with the most number of listings?,"['Madrid, Comunidad de Madrid, Spain', 'Madrid, Community of Madrid, Spain', 'Madrid, Spain']",list[category],['neighbourhood'],['category'],"[\'Afterburn (roller coaster)\', \'Hades 360\', \'Montu (roller coaster)\']"
Which are the top 2 property types that have received the most reviews?,"['Entire rental unit', 'Private room in rental unit']",list[category],"['property_type', 'number_of_reviews']","['category', 'number[uint16]']","[\'Montu (roller coaster)\', \'Wipeout (roller coaster)\']"
Which are the bottom 4 neighbourhoods with the least number of listings?,"['madrid, Comunidad de Madrid, Spain', 'Madrid, madrid, Spain', 'Lavapies, Comunidad de Madrid, Spain', 'Madrid, Comunidad de Madrid, España, Spain']",list[category],['neighbourhood'],['category'],"[\'Other\', \'Busch Gardens Tampa Bay\', \'Mt. Olympus Water & Theme Park\', \'Adventuredome\', \'Other\']"
What are the bottom 2 room types that are least available?,"['Shared room', 'Hotel room']",list[category],['room_type'],['category'],"[\'Zipper Dipper\', \'Runaway Mine Train (Six Flags Over Texas)\', \'The Bush Beast\', \'Canyon Blaster (Adventuredome)\']"
What are the top 3 prices of the most expensive properties?,"[95150.0, 90130.0, 64430.0]",list[number],['price'],['category'],"[62.0, 60.0, 60.0]"
What are the bottom 4 prices of the least expensive properties?,"[0.0, 0.0, 0.0, 0.0]",list[number],['price'],['category'],"[4.3, 3.8]"
What are the top 2 numbers of reviews received by the most reviewed properties?,"[870, 822]",list[number],['number_of_reviews'],['number[uint16]'],"[98.4, 90.2, 82.0, 78.7]"
What are the top 5 numbers of guests accommodated by the properties that can accommodate the most guests?,"[16, 16, 16, 16, 16]",list[number],['accommodates'],['number[uint8]'],"[1934, 1966, 1985, 1993, 1996, 1999]"