|
question,answer,type,columns_used,column_types,sample_answer |
|
Is there a customer with 'Large Business' as their occupation?,True,boolean,['Occupation'],['category'],True |
|
Are there customers with 'King' as their pitched product?,True,boolean,['ProductPitched'],['category'],True |
|
Is there a customer with designation 'VP'?,True,boolean,['Designation'],['category'],True |
|
Is 'Unmarried' listed as a marital status in the dataset?,True,boolean,['MaritalStatus'],['category'],True |
|
How many customers are there in the dataset?,4888,number,,[],20 |
|
How many unique occupations are there in the dataset?,4,number,['Occupation'],['category'],3 |
|
How many unique designations are there in the dataset?,5,number,['Designation'],['category'],4 |
|
How many unique marital statuses are there in the dataset?,4,number,['MaritalStatus'],['category'],4 |
|
What is the occupation of the customer with ID 200000?,Salaried,category,"['CustomerID', 'Occupation']","['number[uint32]', 'category']", |
|
What is the product pitched to the customer with ID 200001?,Deluxe,category,"['CustomerID', 'ProductPitched']","['number[uint32]', 'category']", |
|
What is the designation of the customer with ID 200002?,Executive,category,"['CustomerID', 'Designation']","['number[uint32]', 'category']", |
|
What is the marital status of the customer with ID 200003?,Divorced,category,"['CustomerID', 'MaritalStatus']","['number[uint32]', 'category']", |
|
What are the top 3 most common occupations?,"['Salaried', 'Small Business', 'Large Business']",list[category],['Occupation'],['category'],"['Small Business', 'Salaried', 'Large Business']" |
|
What are the top 2 most common pitched products?,"['Basic', 'Deluxe']",list[category],['ProductPitched'],['category'],"['Basic', 'Deluxe']" |
|
What are the bottom 4 least common occupations?,"['Salaried', 'Small Business', 'Large Business', 'Free Lancer']",list[category],['Occupation'],['category'],"['Small Business', 'Salaried', 'Large Business']" |
|
What are the bottom 2 least common pitched products?,"['Super Deluxe', 'King']",list[category],['ProductPitched'],['category'],"['Standard', 'King']" |
|
What are the top 3 most common ages of the customers?,"[35.0, 36.0, 34.0]",list[number],['Age'],['number[UInt8]'],"[37.0, 40.0, 55.0]" |
|
What are the bottom 4 least common ages of the customers?,"[57.0, 60.0, 18.0, 61.0]",list[number],['Age'],['number[UInt8]'],"[30.0, 52.0, 20.0, 31.0]" |
|
What are the top 2 most common monthly incomes of the customers?,"[20855.0, 21288.0]",list[number],['MonthlyIncome'],['number[UInt32]'],"[19668.0, 20021.0]" |
|
What are the top 5 most common duration of pitch?,"[9.0, 7.0, 8.0, 6.0, 16.0]",list[number],['DurationOfPitch'],['number[UInt8]'],"[7.0, 9.0, 22.0, 17.0, 11.0]" |
|
|