jorses
DataBench v1
a7090e1
raw
history blame
3.89 kB
question,answer,type,columns_used,column_types,sample_answer
Was the highest reported incident in the year 2023 filed online?,False,boolean,"[Incident Year, Filed Online, Incident Number]","['number[uint16]', 'boolean', 'number[uint32]']",False
Are all incidents reported on Mondays resolved?,False,boolean,"[Incident Day of Week, Resolution]","['category', 'category']",False
Do any incidents reported in Police District 'Central' fall in Supervisor District 5?,False,boolean,"[Police District, Supervisor District]","['category', 'number[UInt8]']",False
Are there any incidents that occurred at the same latitude and longitude more than once?,True,boolean,"[Latitude, Longitude]","['number[double]', 'number[double]']",False
How many unique types of incident categories are there in the dataset?,49,number,[Incident Category],['category'],11
What's the total number of incidents reported online?,144099,number,[Filed Online],['boolean'],1
How many different police districts are there in the dataset?,11,number,[Police District],['category'],9
What is the average incident count per year?,118851.16666666667,number,[Incident Year],['number[uint16]'],3.3333333333333335
What is the most common incident category?,Larceny Theft,category,[Incident Category],['category'],Larceny Theft
Which day of the week has the highest number of incidents?,Friday,category,[Incident Day of Week],['category'],Saturday
What is the most common resolution for incidents reported online?,Open or Active,category,"[Filed Online, Resolution]","['boolean', 'category']",Open or Active
What is the Police District with the most incidents?,Central,category,[Police District],['category'],Northern
What are the top 5 most common incident descriptions?,"[Theft, From Locked Vehicle, >$950, [Malicious Mischief], Vandalism to Property, Battery, Lost Property, Vehicle, Recovered, Auto]",list[category],[Incident Description],['category'],"['Investigative Detention', 'Theft, From Locked Vehicle, $200-$950', 'Assault, Aggravated, W/ Other Weapon', 'Theft, From Locked Vehicle, >$950', 'Theft, From Unlocked Vehicle, >$950']"
Name the 4 most frequently occurring police districts.,"[Central, Northern, Mission, Southern]",list[category],[Police District],['category'],"['Northern', 'Central', 'Mission', 'Bayview']"
List the 3 most common incident categories on Fridays.,"[Larceny Theft, Malicious Mischief, Other Miscellaneous]",list[category],"[Incident Day of Week, Incident Category]","['category', 'category']","['Other Miscellaneous', 'Larceny Theft', 'Assault']"
Give the 6 most common resolutions for incidents.,"[Open or Active, Cite or Arrest Adult, Unfounded, Exceptional Adult]",list[category],[Resolution],['category'],"['Open or Active', 'Cite or Arrest Adult']"
List the years with the top 4 highest incident counts.,"[2018, 2019, 2022, 2021]",list[number],[Incident Year],['number[uint16]'],"[2018, 2019, 2021, 2022]"
Which 3 incident years have the lowest number of online filed reports?,"[2023, 2020, 2021]",list[number],"[Incident Year, Filed Online]","['number[uint16]', 'boolean']","[2018, 2020, 2021]"
Provide the 5 most frequently repeated latitude-longitude pairs.,"[(37.784560141211806, -122.40733704162238), (37.7751608100771, -122.40363551943442), (37.78640961281089, -122.40803623744476), (37.7839325760642, -122.4125952775858), (37.77871942789032, -122.4147412230519)]",list[number],"[Latitude, Longitude]","['number[double]', 'number[double]']","[(37.72344678051801, -122.40007300242718), (37.724004908138426, -122.4353125712072), (37.73078874215092, -122.42838994658086), (37.73132568595012, -122.46129211000152), (37.7430966136643, -122.47462383026864)]"
Name the 6 years with the most number of unique incident categories.,"[2018, 2019, 2020, 2021, 2022, 2023]",list[number],"[Incident Year, Incident Category]","['number[uint16]', 'category']","[2018, 2019, 2021, 2022, 2020, 2023]"