jorses
DataBench v1
a7090e1
raw
history blame
5.07 kB
question,answer,type,columns_used,column_types,sample_answer
"Is there any country with a Ladder score above 7.5, a Generosity score above 0.2, and a Social support score above 0.7?",True,boolean,"['Ladder score', 'Generosity', 'Social support']","['number[double]', 'number[double]', 'number[double]']",False
"Are there any countries in Western Europe with a Perceptions of corruption score above 0.5, a Ladder score above 7, and a Social support score above 0.7?",True,boolean,"['Regional indicator', 'Perceptions of corruption', 'Ladder score', 'Social support']","['category', 'number[double]', 'number[double]', 'number[double]']",False
Are there any countries in Western Europe with a Perceptions of corruption score above 0.5?,True,boolean,"['Social support', 'Generosity']","['number[double]', 'number[double]']",False
Is there any country with a Social support score below 0.5?,True,boolean,"['Regional indicator', 'Ladder score']","['category', 'number[double]']",False
What's the average Ladder score among the countries in Western Europe with a Generosity score above 0.2 and a Social support score above 0.7?,7.222675085250001,number,"['Regional indicator', 'Ladder score', 'Generosity', 'Social support']","['category', 'number[double]', 'number[double]', 'number[double]']",7.213750000000001
What's the average Perceptions of corruption score among the countries in Sub-Saharan Africa with a Ladder score below 5 and a Social support score below 0.5?,0.7493706045,number,"['Regional indicator', 'Perceptions of corruption', 'Ladder score', 'Social support']","['category', 'number[double]', 'number[double]', 'number[double]']",0.871
What's the maximum Generosity score among the countries?,0.560663998,number,"['Regional indicator', 'Generosity']","['category', 'number[double]']",0.302
What's the minimum Social support score among the countries?,0.319459856,number,"['Regional indicator', 'Social support']","['category', 'number[double]']",0.288
Which region has the highest number of countries with a Ladder score above 7 and a Generosity score above 0.2?,Western Europe,category,"['Ladder score', 'Generosity', 'Regional indicator']","['number[double]', 'number[double]', 'category']",North America and ANZ
Which region accounts for the most countries with a Generosity score above 0.2?,Western Europe,category,"['Generosity', 'Regional indicator']","['number[double]', 'category']",Western Europe
In which region are the majority of countries with a Perceptions of corruption score below 0.5 located?,Western Europe,category,"['Perceptions of corruption', 'Regional indicator']","['number[double]', 'category']",Sub-Saharan Africa
In which region can you find the majority of countries with a Social support score above 0.7?,Western Europe,category,"['Social support', 'Regional indicator']","['number[double]', 'category']",Western Europe
Can you name the three regions that have the most countries with a Ladder score above 7 and a Generosity score above 0.2?,['Western Europe'],list[category],"['Ladder score', 'Generosity', 'Regional indicator']","['number[double]', 'number[double]', 'category']","['North America and ANZ', 'Western Europe', 'Latin America and Caribbean']"
What are the top 3 regions with the most countries with a Generosity score above 0.2?,"['Western Europe', 'Southeast Asia', 'Sub-Saharan Africa']",list[category],"['Generosity', 'Regional indicator']","['number[double]', 'category']","['Western Europe', 'Sub-Saharan Africa', 'Central and Eastern Europe']"
Identify the three highest Ladder scores from countries in Western Europe that have a Generosity score above 0.2 and a Social support score above 0.7.,"[7.504499912, 7.448900223, 7.164500237]",list[number],"['Ladder score', 'Generosity', 'Social support', 'Regional indicator']","['number[double]', 'number[double]', 'number[double]', 'category']","[7.5599, 7.5045, 7.487]"
What are the top 3 Perceptions of corruption scores among the countries in Sub-Saharan Africa?,"[0.891806662, 0.861874342, 0.861330688]",list[number],"['Perceptions of corruption', 'Regional indicator']","['number[double]', 'category']","[0.933, 0.916, 0.915]"
What are the top 3 Generosity scores among the countries in Western Europe?,"[0.263732493, 0.246944219, 0.214965805]",list[number],"['Generosity', 'Regional indicator']","['number[double]', 'category']","[0.302, 0.275, 0.263]"
What are the top 3 Social support scores among the countries in Sub-Saharan Africa?,"[0.910357833, 0.852532268, 0.846880972]",list[number],"['Social support', 'Regional indicator']","['number[double]', 'category']","[0.983, 0.942, 0.941]"
Which are the three lowest Ladder scores in Western Europe?,"[5.514999866, 5.53550005, 5.910900116]",list[number],"['Ladder score', 'Regional indicator']","['number[double]', 'category']","[4.784, 4.956, 5.094]"
Which are the three lowest Perceptions of corruption scores in Sub-Saharan Africa?,"[0.183541179, 0.606934547, 0.619799435]",list[number],"['Perceptions of corruption', 'Regional indicator']","['number[double]', 'category']","[0.167, 0.179, 0.183]"