|
question,answer,type,columns_used,column_types,sample_answer |
|
"Are there any properties with a price over 1,000,000?",True,boolean,['Precio'],['number[uint32]'],True |
|
Any property with more than 10 bedrooms?,True,boolean,['Habitaciones'],['number[uint8]'],False |
|
Are there properties with zero bathrooms?,False,boolean,['Baños'],['number[uint8]'],False |
|
Has any property been listed for more than 100 days?,True,boolean,['Duración'],['number[uint16]'],True |
|
What's the highest price in the dataset?,17000000.0,number,['Precio'],['number[uint32]'],1245000.0 |
|
What's the total number of properties listed?,26026,number,[],[],20 |
|
What's the longest duration a property has been listed?,2535.0,number,['Duración'],['number[uint16]'],300.0 |
|
What's the largest property (by surface area) listed?,5504.0,number,['Superficie'],['number[uint16]'],350.0 |
|
What's the most common type of property listed?,Piso,category,['Tipo'],['category'],Piso |
|
Which advertiser has listed the most properties?,housell,category,['Anunciante'],['category'],gilmar_villalba |
|
Which property has the highest price?,GM31-121816,category,"['Referencia', 'Precio']","['category', 'number[uint32]']",14075097 |
|
Which property has the largest surface area?,IF5563-FINCA VALLE LOZOYA,category,"['Referencia', 'Superficie']","['category', 'number[uint16]']",2126-002573 |
|
What are the top 5 types of properties listed?,"['Piso', 'Chalet', 'Apartamento', 'Chalet adosado', 'Chalet unifamiliar']",list[category],['Tipo'],['category'],"['Piso', 'Chalet', 'Apartamento', 'Chalet adosado', 'Chalet pareado']" |
|
Name the 3 advertisers who have listed the most properties.,"['housell', 'servihabitat_central', 'pradesa_proyectos_inmobiliarios']",list[category],['Anunciante'],['category'],"['gilmar_villalba', 'consulting_parque_de_los_estados', 'vivantial_okuant']" |
|
What are the 4 most common localities for properties listed?,"['Madrid Capital', 'Torrejón de Ardoz', 'Alcalá de Henares', 'Móstoles']",list[category],['Localidad'],['category'],"['Madrid Capital', 'Alpedrete', 'Fuenlabrada', 'Valdemorillo']" |
|
What are the 2 most common districts for properties listed?,"['Centro', 'Salamanca']",list[category],['Distrito'],['category'],"['San Blas', 'Centro']" |
|
What are the 5 highest property prices listed?,"[17000000.0, 13600000.0, 13250000.0, 13000000.0, 12000000.0]",list[number],['Precio'],['number[uint32]'],"[1245000.0, 950000.0, 590000.0, 555000.0, 550000.0]" |
|
List the 3 longest durations properties have been listed.,"[2535.0, 2534.0, 2285.0]",list[number],['Duración'],['number[uint16]'],"[300.0, 146.0, 129.0]" |
|
Identify the 4 largest properties (by surface area) listed.,"[5504.0, 3957.0, 2974.0, 2927.0]",list[number],['Superficie'],['number[uint16]'],"[350.0, 311.0, 300.0, 250.0]" |
|
What are the 6 highest numbers of bedrooms in properties listed?,"[20, 20, 20, 20, 20, 20]",list[number],['Habitaciones'],['number[uint8]'],"[9, 5, 5, 4, 4, 3]" |
|
|