Air Crashes Full Data 1908 -2024
Contains record of air incidents including location, aircraft, fatalities & date
@kaggle.jogwums_air_crashes_full_data_1908_2023
Contains record of air incidents including location, aircraft, fatalities & date
@kaggle.jogwums_air_crashes_full_data_1908_2023
CREATE TABLE aircrashesfulldata (
"year" BIGINT,
"quarter" VARCHAR,
"month" VARCHAR,
"day" BIGINT,
"country_region" VARCHAR,
"aircraft_manufacturer" VARCHAR,
"aircraft" VARCHAR,
"location" VARCHAR,
"operator" VARCHAR,
"sum_of_ground" BIGINT,
"sum_of_fatalities_air" BIGINT,
"sum_of_aboard" BIGINT
);
Anyone who has the link will be able to view this.