question
stringlengths
23
161
answer
stringlengths
1
301
type
stringclasses
6 values
columns_used
stringlengths
2
161
column_types
stringclasses
132 values
sample_answer
stringlengths
1
264
dataset
stringclasses
65 values
What are the 2 most common districts for properties listed?
['Centro', 'Salamanca']
list[category]
['Distrito']
['category']
['San Blas', 'Centro']
020_Real
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]
020_Real
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]
020_Real
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]
020_Real
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]
020_Real
Are there more than 2000 customers with a monthly charge higher than $80?
True
boolean
['MonthlyCharges']
['number[double]']
False
021_Telco
Do all customers have phone service?
True
boolean
['PhoneService']
['category']
False
021_Telco
Are there any customers with no internet service?
True
boolean
['InternetService']
['category']
True
021_Telco
Are there any customers who are senior citizens and have dependents?
True
boolean
['SeniorCitizen', 'Dependents']
['number[uint8]', 'category']
True
021_Telco
How many unique customers are there in the dataset?
7043
number
['customerID']
['category']
20
021_Telco
What's the highest monthly charge?
118.75
number
['MonthlyCharges']
['number[double]']
104.0
021_Telco
What's the total number of customers?
7043
number
[]
[]
20
021_Telco
What's the longest tenure?
72
number
['tenure']
['number[uint8]']
72
021_Telco
What's the most common payment method?
Electronic check
category
['PaymentMethod']
['category']
Electronic check
021_Telco
What's the most common contract type?
Month-to-month
category
['Contract']
['category']
Month-to-month
021_Telco
Which customer has the highest total charge?
2889-FPWRM
category
['customerID', 'TotalCharges']
['category', 'number[double]']
4853-RULSV
021_Telco
Which customer has the highest monthly charge?
7569-NMZYQ
category
['customerID', 'MonthlyCharges']
['category', 'number[double]']
4853-RULSV
021_Telco
What are the top 3 most common internet services?
['Fiber optic', 'DSL', 'No']
list[category]
['InternetService']
['category']
['Fiber optic', 'DSL', 'No']
021_Telco
Name the 4 most common payment methods.
['Electronic check', 'Mailed check', 'Bank transfer (automatic)', 'Credit card (automatic)']
list[category]
['PaymentMethod']
['category']
['Electronic check', 'Bank transfer (automatic)', 'Mailed check', 'Credit card (automatic)']
021_Telco
What are the 2 most common types of contract?
['Month-to-month', 'Two year']
list[category]
['Contract']
['category']
['Month-to-month', 'Two year']
021_Telco
What are the 2 most common services for which customers have multiple lines?
['No', 'Yes']
list[category]
['MultipleLines']
['category']
['Yes', 'No phone service']
021_Telco
What are the 5 highest total charges?
[8684.8, 8672.45, 8670.1, 8594.4, 8564.75]
list[number]
['TotalCharges']
['number[double]']
[7250.15, 6127.6, 5016.65, 3340.55, 3260.1]
021_Telco
What are the 4 highest monthly charges?
[118.75, 118.65, 118.6, 118.6]
list[number]
['MonthlyCharges']
['number[double]']
[104.0, 95.15, 89.6, 89.4]
021_Telco
What are the 6 longest tenures?
[72, 72, 72, 72, 72, 72]
list[number]
['tenure']
['number[uint8]']
[72, 70, 68, 67, 52, 41]
021_Telco
What are the 3 shortest tenures?
[0, 0, 0]
list[number]
['tenure']
['number[uint8]']
[1, 1, 1]
021_Telco
Is there a listing with a review score rating of 100?
True
boolean
['review_scores_rating']
['number[UInt8]']
True
022_Airbnbs
Are there any hosts who have listed more than 10 properties?
True
boolean
['host_total_listings_count']
['number[UInt16]']
True
022_Airbnbs
Are all listings instantly bookable?
False
boolean
['instant_bookable']
['category']
True
022_Airbnbs
Is there a listing that requires a minimum of 365 nights?
True
boolean
['minimum_nights']
['number[uint16]']
False
022_Airbnbs
How many unique hosts are there in the dataset?
26765
number
['host_id']
['number[uint32]']
20
022_Airbnbs
What is the highest number of listings a single host has?
2739.0
number
['host_total_listings_count']
['number[UInt16]']
38.0
022_Airbnbs
How many unique locations are listed by the hosts?
1316
number
['host_location']
['category']
6
022_Airbnbs
What is the average review score rating across all listings?
93.767188
number
['review_scores_rating']
['number[UInt8]']
95.33333333333333
022_Airbnbs
What is the most common host location?
New York, New York, United States
category
['host_location']
['category']
New York, New York, United States
022_Airbnbs
What is the name of the listing with the most bedrooms?
Walk to UN, Macy's & Empire State B
category
['bedrooms', 'name']
['number[UInt8]', 'text']
Historic Gem Close to SI Ferry
022_Airbnbs
Which location has the highest number of listings?
New York, New York, United States
category
['host_location']
['category']
New York, New York, United States
022_Airbnbs
What is the most common property type?
Entire apartment
category
['property_type']
['category']
Entire apartment
022_Airbnbs
What are the top 6 unique host locations with the most listings?
['New York, New York, United States', 'US', 'Brooklyn, New York, United States', 'Queens, New York, United States', 'Los Angeles, California, United States', 'Bronx, New York, United States']
list[category]
['host_location']
['category']
['New York, New York, United States', 'US', 'Brooklyn, New York, United States', 'FR', 'Sydney, New South Wales, Australia']
022_Airbnbs
What are the 2 unique host locations with the most listings?
['New York, New York, United States', 'US']
list[category]
['host_location']
['category']
['New York, New York, United States', 'US']
022_Airbnbs
List the 4 most common property types.
['Entire apartment', 'Private room in apartment', 'Entire condominium', 'Entire house']
list[category]
['property_type']
['category']
['Entire apartment', 'Private room in apartment', 'Entire guest suite', 'Entire condominium']
022_Airbnbs
What are the 2 most common types of properties?.
['Entire apartment', 'Private room in apartment']
list[category]
['property_type']
['category']
['Entire apartment', 'Private room in apartment']
022_Airbnbs
What are the top 3 highest review score ratings?
[100, 100, 100]
list[number]
['review_scores_rating']
['number[UInt8]'']
[]
022_Airbnbs
What are the 5 lowest number of minimum nights required?
[1, 1, 1, 1, 1]
list[number]
['minimum_nights']
['number[uint16]', 'number[uint32]']
[1, 1, 2, 2, 2]
022_Airbnbs
What are the 4 highest unique number of bedrooms listed?
[21, 14, 13, 11]
list[number]
['bedrooms']
['number[UInt8]'']
[4, 3, 2, 1]
022_Airbnbs
What are the 6 lowest review scores given because of locations?
[2, 2, 2, 2, 2, 2]
list[number]
['review_scores_location']
['number[UInt8]'']
[8, 9, 9, 9, 9, 10]
022_Airbnbs
Was there a day when the minimum temperature was below zero and it didn't rain?
True
boolean
[tmin, prec]
['number[double]', 'number[double]']
True
023_Climate
Are there records where the solar radiation exceeds 10 but the maximum temperature was below 20?
True
boolean
[sol, tmax]
['number[double]', 'number[double]']
True
023_Climate
Did any day with maximum wind speed above 15 also have average wind speed below 5?
True
boolean
[racha, velmedia]
['number[double]', 'number[double]']
False
023_Climate
Were there days in the summer where the minimum temperature dropped below 10?
True
boolean
[season, tmin]
['category', 'number[double]']
False
023_Climate
How many days had a maximum temperature above 30 degrees?
5500
number
[tmax]
['number[double]']
3
023_Climate
On average, what's the minimum temperature during winters?
2.7196082770831027
number
[season, tmin]
['category', 'number[double]']
null
023_Climate
How many unique days had solar radiation measurements?
28615
number
[sol]
['number[double]']
15
023_Climate
What's the highest wind speed ever recorded?
32.2
number
[racha]
['number[double]']
14.4
023_Climate
On which weekday did the highest temperature ever occur?
Friday
category
[tmax, weekday_name]
['number[double]', 'category']
Thursday
023_Climate
In which season do we find the highest average solar radiation?
Summer
category
[season, sol]
['category', 'number[double]']
Summer
023_Climate
Which month had the lowest average wind speed?
October
category
[month_name, velmedia]
['category', 'number[double]']
February
023_Climate
On what date was the highest pressure ever recorded?
2016-12-22T00:00:00Z
category
[presMax, fecha]
['number[double]', 'date[ns, UTC]']
1950-02-14T00:00:00Z
023_Climate
What are the top 3 months with the highest average maximum temperatures?
['July', 'August', 'June']
list[category]
[month_name, tmax]
['category', 'number[double]']
['July', 'August', 'September']
023_Climate
Which are the 5 weekdays with the most rain, ranked from highest to lowest?
['Friday', 'Sunday', 'Saturday', 'Thursday', 'Wednesday']
list[category]
[weekday_name, prec]
['category', 'number[double]']
['Saturday', 'Sunday', 'Wednesday', 'Thursday', 'Tuesday']
023_Climate
List the 4 seasons ranked by average solar radiation, from highest to lowest.
['Summer', 'Spring', 'Autumn', 'Winter']
list[category]
[season, sol]
['category', 'number[double]']
['Summer', 'Autumn', 'Spring', 'Winter']
023_Climate
Which 2 months recorded the lowest average minimum temperatures?
['January', 'December']
list[category]
[month_name, tmin]
['category', 'number[double]']
['February', 'December']
023_Climate
List the top 5 recorded maximum temperatures.
[40.7, 40.6, 40.0, 40.0, 40.0]
list[number]
[tmax]
['number[double]']
[37.5, 36.0, 33.3, 28.6, 26.6]
023_Climate
What are the 4 lowest wind speeds ever recorded?
[0.0, 0.0, 0.0, 0.0]
list[number]
[velmedia]
['number[double]']
[0.3, 0.3, 0.3, 0.8]
023_Climate
Rank the highest 3 solar radiation measurements.
[14.9, 14.8, 14.7]
list[number]
[sol]
['number[double]']
[13.0, 12.7, 12.3]
023_Climate
Which 6 days of the year (numbered from 1 to 365/366) had the highest average temperatures?
[209, 210, 208, 207, 211, 205]
list[number]
[dayofyear, tmed]
['number[uint16]', 'number[double]']
[208, 206, 205, 235, 260, 103]
023_Climate
Are there records where the RETRINOIN_xRZI exceeds 10,000?
True
boolean
[RETRINOIN_xRZI]
['number[double]']
True
024_Salary
Are there any female respondents who belong to the ESTE NUTS1 region?
True
boolean
[SEXO, NUTS1]
['category', 'category']
True
024_Salary
Do we have respondents who fall under both PRIVADO control and NACIONAL market?
True
boolean
[CONTROL, MERCADO]
['category', 'category']
True
024_Salary
Are there records with RETRINOIN_WwQk less than 5,000?
True
boolean
[RETRINOIN_WwQk]
['number[double]']
False
024_Salary
How many unique respondents belong to the ESTE NUTS1 region?
58852
number
[NUTS1]
['category']
2
024_Salary
On average, what's the RETRINOIN value for male respondents?
29370.243704368546
number
[SEXO, RETRINOIN]
['category', 'number[double]']
26024.9957143
024_Salary
What's the highest value for RETRINOIN_ac1q in the dataset?
199496.34
number
[RETRINOIN_ac1q]
['number[double]']
59117.54
024_Salary
How many unique clusters are present in the 'umap_cluster' column?
73
number
[umap_cluster]
['category']
15
024_Salary
Which 'ANOS2' category has the most number of respondents?
DE 40 A 49
category
[ANOS2]
['category']
DE 40 A 49
024_Salary
In which 'NUTS1' region do we find the highest average RETRINOIN?
COMUNIDAD DE MADRID
category
[NUTS1, RETRINOIN]
['category', 'number[double]']
CENTRO
024_Salary
Which 'MERCADO' category is the least common in the dataset?
UNIÓN EUROPEA
category
[MERCADO]
['category']
UNIÓN EUROPEA
024_Salary
Which 'umap_cluster' is the most dominant in the dataset?
Cluster 1
category
[umap_cluster]
['category']
Cluster 7
024_Salary
What are the top 4 'CNACE' categories with the highest frequency?
['Actividades administrativas y servicios auxliares: actividad', 'Actividades sanitarias y de servicios sociales: actividades', 'Comercio al por mayor y al por menor; reparación de vehículo', 'Actividades profesionales, científicas y técnicas: actividad']
list[category]
[CNACE]
['category']
[\'Industria manufacturera: industria de la alimentación, fabri\', \'Actividades administrativas y servicios auxliares: actividad\', \'Actividades profesionales, científicas y técnicas: actividad\', \'Actividades artísticas, recreativas y de entrenimiento: acti\']
024_Salary
Which are the 3 least common 'ANOS2' categories in the dataset?
['MENOS 19 AÑOS', 'MÁS DE 59', 'DE 20 A 29']
list[category]
[ANOS2]
['category']
[\'DE 50 A 59\', \'DE 20 A 29\', \'DE 30 A 39\']
024_Salary
List the top 5 'NUTS1' regions by frequency.
['ESTE', 'COMUNIDAD DE MADRID', 'NORESTE', 'SUR', 'CENTRO']
list[category]
[NUTS1]
['category']
[\'ESTE\', \'NOROESTE\', \'NORESTE\', \'CENTRO\', \'SUR\']
024_Salary
Which 2 'umap_cluster' categories are the least represented?
['Cluster 71', 'Cluster 73']
list[category]
[umap_cluster]
['category']
[\'Cluster 20\', \'Cluster 10\']
024_Salary
List the top 5 recorded RETRINOIN values.
[4225998.36, 4153877.05, 4021902.63, 3903390.45, 2192967.2]
list[number]
[RETRINOIN]
['number[double]']
[59117.54, 50502.32, 35417.81, 30993.25, 29699.05]
024_Salary
What are the 4 lowest x values in the dataset?
[-23714.217, -23706.5, -23698.271, -23697.166]
list[number]
[x]
['number[double]']
[-19757.53, -16221.655, -10021.664, -5854.7065]
024_Salary
Rank the highest 3 y values in the dataset.
[28352.02, 28313.926, 28283.78]
list[number]
[y]
['number[double]']
[22543.754, 21725.412, 15036.662]
024_Salary
Which 6 RETRINOIN_ac1q values are the most frequent in the dataset?
[0.0, 10302.6, 18000.0, 30000.0, 12000.0, 21000.0]
list[number]
[RETRINOIN_ac1q]
['number[double]']
[29699.05, 13871.31, 50502.32, 27320.4, 26262.3, 20237.57]
024_Salary
Is the most visited URL related to 'no code data science'?
True
boolean
['URLs', 'Keyword', 'Ranking']
['url', 'category', 'number[uint8]']
True
025_Data
Does any URL have a competition level of 'Low'?
True
boolean
['URLs', 'Competition']
['url', 'category']
True
025_Data
Are there any URLs with an average monthly searches above 1000?
False
boolean
['URLs', 'Avg. monthly searches']
['url', 'number[uint8]']
False
025_Data
Is the URL with the lowest ranking also the one with the highest monthly searches?
True
boolean
['URLs', 'Ranking', 'Avg. monthly searches']
['url', 'number[uint8]', 'number[uint8]']
True
025_Data
How many unique URLs are in the dataset?
28
number
['URLs']
['url']
13
025_Data
What is the lowest ranking value in the dataset?
11
number
['Ranking']
['number[uint8]']
11
025_Data
What is the minimum average monthly searches in the dataset?
50
number
['Avg. monthly searches']
['number[uint8]']
50
025_Data
How many unique keywords are present in the dataset?
6
number
['Keyword']
['category']
6
025_Data
What is the competition level of the highest-ranked URL?
Medium
category
['Ranking', 'Competition']
['number[uint8]', 'category']
Low
025_Data
What keyword has the highest average monthly searches?
no code data science
category
['Avg. monthly searches', 'Keyword']
['number[uint8]', 'category']
no code analytics platform
025_Data
What is the competition level for the URL with the highest ranking?
Low
category
['Ranking', 'Competition']
['number[uint8]', 'category']
Medium
025_Data
What keyword is associated with the URL with the lowest ranking?
no code data science
category
['Ranking', 'Keyword']
['number[uint8]', 'category']
no code analytics
025_Data
What are the top 3 URLs with the highest average monthly searches?
['https://www.obviously.ai/', 'https://venturebeat.com/2021/10/12/no-code-ai-startup-obviously-ai-raises-4-7m/', 'https://hbr.org/2021/11/how-no-code-platforms-could-disrupt-the-it-industry']
list[category]
['URLs', 'Avg. monthly searches']
['url', 'number[uint8]']
[https://towardsdatascience.com/top-8-no-code-machine-learning-platforms-you-should-use-in-2020-1d1801300dd0, https://hbr.org/2021/11/how-no-code-platforms-can-bring-ai-to-small-and-midsize-businesses, https://www.obviously.ai/]
025_Data
List the bottom 2 competition levels of URLs with ranking better than 5.
['Medium', 'Unknown']
list[category]
['Ranking', 'Competition']
['number[uint8]', 'category']
[High, High]
025_Data
Which are the top 4 keywords associated with the URLs of lowest rankings?
['no code data science', 'no code data analytics', 'no code data science', 'no code data science']
list[category]
['Ranking', 'Keyword']
['number[uint8]', 'category']
[no code analytics, no code data science, no code analytics platform, no code data science]
025_Data