|
question,answer,type,columns_used,column_types,sample_answer |
|
Is the average age of the respondents above 30?,True,boolean,['What is your age? πΆπ»π΅π»'],['number[uint8]'],True |
|
Are there more single individuals than married ones in the dataset?,True,boolean,['What is your civil status? π'],['category'],False |
|
Do the majority of respondents have a height greater than 170 cm?,True,boolean,[What's your height? in cm π],['number[uint8]'],True |
|
Is the most frequent hair color black?,False,boolean,['What is your hair color? π©π¦°π±π½'],['category'],False |
|
How many unique nationalities are present in the dataset?,13,number,"[What's your nationality?""]""",['category'],1 |
|
What is the average gross annual salary?,56332.81720430108,number,['Gross annual salary (in euros) πΈ'],['number[UInt32]'],62710.0 |
|
How many respondents wear glasses all the time?,0,number,['How often do you wear glasses? π'],['category'],0 |
|
What's the median age of the respondents?,33.0,number,['What is your age? πΆπ»π΅π»'],['number[uint8]'],32.5 |
|
What is the most common level of studies achieved?,Master,category,['What is the maximum level of studies you have achieved? π'],['category'],Master |
|
Which body complexity has the least number of respondents?,Very thin,category,['What is your body complexity? ποΈ'],['category'],Obese |
|
What's the most frequent eye color?,Brown,category,['What is your eye color? ποΈ'],['category'],Brown |
|
Which sexual orientation has the highest representation?,Heterosexual,category,"[What's your sexual orientation?""]""",['category'],Heterosexual |
|
List the top 3 most common areas of knowledge.,"['[Computer Science]', '[Business]', '[Enginering & Architecture]']",list[category],['What area of knowledge is closer to you?'],['list[category]'],"['[Computer Science]', '[Business]', '[Enginering & Architecture]']" |
|
List the bottom 3 hair lengths in terms of frequency.,"['Medium', 'Long', 'Bald']",list[category],['How long is your hair? ππ»βοΈππ½βοΈ'],['category'],"['Short', 'Medium', 'Long']" |
|
Name the top 5 civil statuses represented in the dataset.,"['Single', 'Married', 'In a Relationship', 'In a Relationship Cohabiting', 'Divorced']",list[category],['What is your civil status? π'],['category'],"['Married', 'In a Relationship', 'In a Relationship Cohabiting', 'Single', 'Divorced']" |
|
What are the 4 least common hair colors?,"['Red', 'Other', 'White', 'Blue']",list[category],['What is your hair color? π©π¦°π±π½'],['category'],"['Brown', 'Black']" |
|
What are the top 4 maximum gross annual salaries?,"[500000.0, 360000.0, 300000.0, 300000.0]",list[number],['Gross annual salary (in euros) πΈ'],['number[UInt32]'],"[150000.0, 130000.0, 125000.0, 120000.0]" |
|
Name the bottom 3 values for the happiness scale.,"[2, 2, 2]",list[number],['Happiness scale'],['number[uint8]'],"[7, 10, 6]" |
|
What are the 5 highest ages present in the dataset?,"[65, 62, 60, 60, 59]",list[number],['What is your age? πΆπ»π΅π»'],['number[uint8]'],"[65, 60, 51, 50, 50]" |
|
List the bottom 6 skin tone values based on frequency.,"[2, 1, 6, 0, 7, 8]",list[number],['What is your skin tone?'],['number[uint8]'],"[3, 1, 6, 2, 7, 0]" |
|
|