US Tornado Dataset 1950-2021
Seven decades of tornadic activity in the United States
@kaggle.danbraswell_us_tornado_dataset_1950_2021
Seven decades of tornadic activity in the United States
@kaggle.danbraswell_us_tornado_dataset_1950_2021
CREATE TABLE us_tornado_dataset_1950_2021 (
"yr" BIGINT,
"mo" BIGINT,
"dy" BIGINT,
"date" TIMESTAMP,
"st" VARCHAR,
"mag" BIGINT,
"inj" BIGINT,
"fat" BIGINT,
"slat" DOUBLE,
"slon" DOUBLE,
"elat" DOUBLE,
"elon" DOUBLE,
"len" DOUBLE,
"wid" BIGINT
);
Anyone who has the link will be able to view this.