Each case represents a tornado that hit the U.S. after 1950. There are 16000 observations in our dataset.
## Rows: 16,000
## Columns: 15
## $ storm_date <chr> "2015-06-07", "2015-11-11", "2016-09-21", "2008-…
## $ storm_time <chr> "00:15:00", "14:00:00", "17:32:00", "17:59:00", …
## $ magnitude <chr> "0", "1", "0", "2", "2", "2", "2", "1", "2", "0"…
## $ injured_count <int> 0, 0, 0, 0, 0, 30, 1, 0, 15, 0, 0, 0, 0, 0, 0, 0…
## $ fatality_count <int> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, …
## $ property_loss <dbl> 0.015, 0.405, 3000.000, 0.510, 75000.000, 12.000…
## $ crop_loss <dbl> 4.00e-03, 0.00e+00, 3.00e+03, 0.00e+00, 1.00e+04…
## $ yearly_tornado_count <int> 575683, 602617, 614379, 553, 615497, 356, 1204, …
## $ start_lon <dbl> -94.0213, -94.5585, -92.7308, -96.3000, -94.7771…
## $ start_lat <dbl> 42.0995, 40.7157, 42.9155, 43.1400, 40.5851, 41.…
## $ end_long <dbl> -93.9673, -94.3545, -92.7105, -96.4200, -94.6462…
## $ end_lat <dbl> 42.1081, 40.9904, 42.9341, 43.3000, 40.6043, 41.…
## $ length <dbl> 2.83, 21.80, 1.65, 12.95, 6.99, 4.50, 12.00, 1.0…
## $ width <dbl> 120, 1350, 150, 1200, 3000, 1761, 300, 450, 2640…
## $ tornado_path_geom <chr> "LINESTRING(-94.0213 42.0995, -93.9673 42.1081)"…