jorses
DataBench v1
a7090e1
raw
history blame
2.81 kB
question,answer,type,columns_used,column_types,sample_answer
Is there any entry posted on a weekend?,True,boolean,['weekday_name'],['category'],True
Are there titles with more than 100 characters?,False,boolean,['title'],['text'],False
Do any entries have a negative sentiment according to the Cardiff NLP model?,False,boolean,['title_gx_cardiff_nlp_sentiment'],['category'],False
"Is the term 'linux' mentioned in the ""Clusters II"" column?",True,boolean,['Clusters II'],['category'],True
How many entries were posted in the morning?,1516,number,['partofday'],['category'],1
What's the highest score received by an entry?,6015,number,['score'],['number[uint16]'],2517
"On average, how many descendants does an entry have?",339.2486205432937,number,['descendants'],['number[UInt16]'],558.0
How many entries are in the Autumn season?,2301,number,['season'],['category'],8
Which day of the week has the most entries?,Tuesday,category,['weekday_name'],['category'],Wednesday
What is the predominant language used in titles?,en,category,['title_gx_lang'],['category'],en
In which season was the entry with the highest score posted?,Spring,category,"['score', 'season']","['number[uint16]', 'category']",Summer
On which part of the day are most entries posted?,afternoon,category,['partofday'],['category'],afternoon
"List the top 4 most frequent terms in the ""Clusters II"" column.","['year, work, new', 'google, web, firefox, open', 'apple, linux, rust, iphone', 'facebook, twitter, die, account']",list[category],['Clusters II'],['category'],"['year, work, new', 'google, web, firefox, open', 'apple, linux, rust, iphone', 'amazon, database, sqlite, sql']"
Name the bottom 3 month names in terms of entry frequency.,"['August', 'December', 'July']",list[category],['month_name'],['category'],"['December', 'June', 'January']"
Identify the top 5 weekdays based on entry frequency.,"['Tuesday', 'Wednesday', 'Thursday', 'Monday', 'Friday']",list[category],['weekday_name'],['category'],"['Wednesday', 'Friday', 'Tuesday', 'Monday', 'Sunday']"
Provide the bottom 4 seasons in terms of entry count.,"['Spring', 'Winter', 'Autumn', 'Summer']",list[category],['season'],['category'],"['Autumn', 'Summer', 'Winter', 'Spring']"
List the top 3 scores in the dataset.,"[6015, 5771, 4338]",list[number],['score'],['number[uint16]'],"[2517, 1181, 1070]"
Name the bottom 5 title text lengths.,"[1.0, 2.0, 2.0, 2.0, 2.0]",list[number],['title_gx_text_length'],['number[UInt8]'],"[16.0, 20.0, 22.0, 30.0, 31.0]"
Identify the top 4 numbers of descendants.,"[4576.0, 3678.0, 3676.0, 3463.0]",list[number],['descendants'],['number[UInt16]'],"[3676.0, 1609.0, 524.0, 512.0]"
Provide the bottom 6 scores in the dataset.,"[501, 501, 501, 501, 501, 501]",list[number],['score'],['number[uint16]'],"[501, 516, 526, 534, 544, 583]"