question,answer,type,columns_used,column_types,sample_answer There are no tornadoes that resulted in more than 500 injuries.,True,boolean,[inj],['number[uint16]'],True All tornadoes in the dataset occurred in the 21st century.,False,boolean,[yr],['number[uint16]'],False No tornado has a length greater than 100 miles.,True,boolean,[len],['number[double]'],True There are no tornadoes that resulted in more than 100 fatalities.,True,boolean,[fat],['number[uint8]'],True How many unique states are represented in the dataset?,53,number,[st],['category'],12 What is the highest magnitude of tornado recorded in the dataset?,5,number,[mag],['number[int8]'],2 What is the longest length of a tornado path in the dataset?,234.7,number,[len],['number[double]'],72.2 What is the maximum number of injuries caused by a single tornado?,1740,number,[inj],['number[uint16]'],3 Which state has experienced the most tornadoes?,TX,category,[st],['category'],IL In which month do most tornadoes occur?,5,category,[mo],['number[uint8]'],6 On what date did the most destructive tornado (by injuries) occur?,1979-04-10 00:00:00,category,"[date, inj]","['date[ns, UTC]', 'number[uint16]']",1973-03-15 On what date did the longest tornado (by path length) occur?,1953-03-22 00:00:00,category,"[date, len]","['date[ns, UTC]', 'number[double]']",1955-06-04 Which are the top 5 states with the highest average tornado magnitude?,"[AR, KY, VT, TN, MS]",list[category],"[st, mag]","['category', 'number[int8]']","['TN', 'GA', 'IN', 'OK', 'TX']" Which are the top 3 states with the most tornado-related injuries?,"[TX, AL, MS]",list[category],"[st, inj]","['category', 'number[uint16]']","['TN', 'IL', 'AR']" Which are the top 4 states with the most tornado-related fatalities?,"[AL, TX, MS, OK]",list[category],"[st, fat]","['category', 'number[uint8]']","['TN', 'AR', 'FL', 'GA']" Which are the bottom 2 states in terms of the average tornado path length?,"[AK, VI]",list[category],"[st, len]","['category', 'number[double]']","['TN', 'WY']" What are the top 3 number of injuries caused by tornadoes in the dataset?,"[1740, 1500, 1228]",list[number],[inj],['number[uint16]'],"[3, 1, 0]" What are the top 5 magnitudes of tornadoes in the dataset?,"[5, 5, 5, 5, 5]",list[number],[mag],['number[int8]'],"[2, 2, 1, 1, 1]" What are the top 4 path lengths of tornadoes in the dataset?,"[234.7, 217.8, 202.5, 202.1]",list[number],[len],['number[double]'],"[72.2, 4.7, 4.3, 3.2]" What are the top 6 number of fatalities caused by tornadoes in the dataset?,"[158, 116, 114, 94, 80, 72]",list[number],[fat],['number[uint8]'],"[1, 0, 0, 0, 0, 0]"