|
question,answer,type,columns_used,column_types,sample_answer |
|
There are no tornadoes that resulted in more than 500 injuries.,True,boolean,,,True |
|
All tornadoes in the dataset occurred in the 21st century.,False,boolean,,,False |
|
No tornado has a length greater than 100 miles.,True,boolean,,,True |
|
There are no tornadoes that resulted in more than 100 fatalities.,True,boolean,,,True |
|
How many unique states are represented in the dataset?,53,number,,,12 |
|
What is the highest magnitude of tornado recorded in the dataset?,5,number,,,2 |
|
What is the longest length of a tornado path in the dataset?,234.7,number,,,72.2 |
|
What is the maximum number of injuries caused by a single tornado?,1740,number,,,3 |
|
Which state has experienced the most tornadoes?,TX,category,,,IL |
|
In which month do most tornadoes occur?,5,category,,,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,"[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,"[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,"[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,"[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,,,"[3, 1, 0]" |
|
What are the top 5 magnitudes of tornadoes in the dataset?,"[5, 5, 5, 5, 5]",list,,,"[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,,,"[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,,,"[1, 0, 0, 0, 0, 0]" |
|
|