jorses
DataBench v1
a7090e1
raw
history blame
2.5 kB
question,answer,type,columns_used,column_types,sample_answer
Are there more than 20 unique clothing items in the dataset?,True,boolean,[Clothing ID],['number[uint16]'],False
Is the age of the reviewers above 50 years on average?,False,boolean,[Age],['number[uint8]'],False
Do all reviews come from the same department?,False,boolean,[Department Name],['category'],False
Are all products recommended?,False,boolean,[Recommended IND],['number[uint8]'],False
What is the average age of the reviewers?,43.198543813335604,number,[Age],['number[uint8]'],39.65
What's the highest number of positive feedback received for a review?,122,number,[Positive Feedback Count],['number[uint8]'],19
What is the most common rating given by reviewers?,5,number,[Rating],['number[uint8]'],5
How many unique clothing items are there in the dataset?,1206,number,[Clothing ID],['number[uint16]'],20
Which department has the most reviews?,Tops,category,['Department Name'],['category'],Dresses
Which class of clothing is most commonly reviewed?,Dresses,category,['Class Name'],['category'],Dresses
Which division is most commonly mentioned in the reviews?,General,category,['Division Name'],['category'],General
What is the most frequently reviewed clothing item?,1078,category,['Clothing ID'],['number[uint16]'],1095
Which are the top 6 most reviewed categories in Department Name?,"['Tops', 'Dresses', 'Bottoms', 'Intimate', 'Jackets', 'Trend']",list[category],[Department Name],['category'],"[Dresses, Tops, Bottoms, Intimate]"
Which are the top 2 most reviewed categories in Class Name?,"['Dresses', 'Knits']",list[category],[Class Name],['category'],"[Dresses, Blouses]"
Which are the top 2 most reviewed categories in Division Name?,"['General', 'General Petite']",list[category],[Division Name],['category'],"[General, General Petite]"
What are the 4 most common ratings given by reviewers?,"[5, 4, 3, 2]",list[category],[Rating],['number[uint8]'],"[5, 4, 3, 2]"
What are the 5 most common Ages of reviewers?,"[39, 35, 36, 34, 38]",list[number],[Age],['number[uint8]'],"[36, 30, 56, 33, 34]"
What are the 6 most common Positive Feedback Counts of reviewers?,"[0, 1, 2, 3, 4, 5]",list[number],[Positive Feedback Count],['number[uint8]'],"[0, 3, 5, 1, 19, 11]"
What are the 4 most common values for recommendation indicator?,"[1, 0]",list[number],[Recommended IND],['number[uint8]'],"[1, 0]"
What are the 2 most common clothing IDs in the reviews?,"[1078, 862]",list[number],[Clothing ID],['number[uint16]'],"[1095, 903]"