Airline Safety
Airline Incidents and Accidents from 1985 to 2014
@fivethirtyeight.airline_safety
Airline Incidents and Accidents from 1985 to 2014
@fivethirtyeight.airline_safety
CREATE TABLE airline_safety (
"airline" VARCHAR,
"avail_seat_km_per_week" BIGINT,
"incidents_85_99" BIGINT,
"fatal_accidents_85_99" BIGINT,
"fatalities_85_99" BIGINT,
"incidents_00_14" BIGINT,
"fatal_accidents_00_14" BIGINT,
"fatalities_00_14" BIGINT
);
Anyone who has the link will be able to view this.