jorses
DataBench v1
a7090e1
raw
history blame
3.61 kB
question,answer,type,columns_used,column_types,sample_answer
Did any incident result in the total destruction of the aircraft?,True,boolean,['Aircaft_Damage_Type'],['category'],False
Have there been any incidents where the cause was related to the undercarriage of the aircraft?,True,boolean,['Incident_Cause(es)'],['category'],False
Has there been any instance where the ground casualties were non-zero?,True,boolean,['Ground_Casualties'],['category'],True
Are there incidents where the aircraft was involved in a collision?,True,boolean,"['Incident_Category', 'Incident_Cause(es)']","['category', 'category']",True
How many unique aircraft models are in the dataset?,3523,number,['Aircaft_Model'],['category'],20
What's the highest number of occupants recorded in an incident?,524.0,number,['Onboard_Total'],['category'],86
How many incidents occurred in January 2022?,7,number,['Date'],"['date[ns, UTC]']",0
How many incidents resulted in non-zero fatalities?,0,number,['Fatalities'],['number[uint16]'],10
Which aircraft model was involved in the most incidents?,Junkers Ju-52/3m,category,['Aircaft_Model'],['category'],Antonov An-2V
What was the cause of the incident that resulted in the most fatalities?,"Airplane - Pressurization, Airplane - Pressurization - Bulkhead failure, Airplane - Pressurization - Explosive decompression, Maintenance - (repair of) previous damage, Result - Loss of control",category,"['Incident_Cause(es)', 'Fatalities']","['category', 'number[uint16]']","Result - Loss of control, Security - Sabotage (bomb)"
What is the most common phase of aircraft during incidents?,En route (ENR),category,['Aircraft_Phase'],['category'],Landing (LDG)
What is the location of the incident with the highest number of onboard occupants?,near Ueno Village...,category,"['Incident_Location', 'Onboard_Total']","['category', 'category']",
What are the top 3 most common causes of incidents?,"['Info-Unavailable', 'Result - Runway excursion', 'Result - Damaged on the ground']",list[category],['Incident_Cause(es)'],['category'],"['Info-Unavailable', 'Result - Damaged on the ground', 'Result - Loss of control']"
List the top 5 locations where the most incidents have occurred.,"['unknown', 'Havana-José Martí International Airport (HAV)', 'Miami International Airport, FL (MIA)', 'Rio de Janeiro-Galeão International Airport, RJ (GIG)', 'Beirut International Airport (BEY)']",list[category],['Incident_Location'],['category'],"['near Loukhi', 'Arnhem', 'Glasgow-Preswick Airport', 'near Olpoi', 'Sioux Falls-Joe Foss Field Airport']"
Name the 4 most frequently occurring aircraft operators in the dataset.,"['USAAF', 'USAF', 'RAF', 'US Navy']",list[category],['Aircaft_Operator'],['category'],"['USAAF', 'Aeroflot, Northern', 'United Airlines', 'British Aerospace']"
What are the top 2 most common types of aircraft damage?,"['Damaged beyond repair', 'Substantial']",list[category],['Aircaft_Damage_Type'],['category'],"['Damaged beyond repair', 'Substantial']"
What are the 5 highest numbers of onboard passengers in incidents?,"[509.0, 503.0, 497.0, 451.0, 440.0]",list[number],['Onboard_Passengers'],['category'],"[81, 39, 14, 11, 8]"
List the 3 highest numbers of onboard crew in incidents.,"[32.0, 31.0, 29.0]",list[number],['Onboard_Crew'],['category'],"[5, 4, 3]"
Identify the 4 highest numbers of total onboard occupants in incidents.,"[524.0, 521.0, 517.0, 469.0]",list[number],['Onboard_Total'],['category'],"[86, 44, 19, 15]"
What are the 6 highest numbers of ground casualties in incidents?,"[1600, 900, 237, 107, 88, 87]",list[number],['Ground_Casualties'],['category'],"[9, 1]"