Civil Aviation Accidents
Aviation Safety Network (ASN) global database
@kaggle.warcoder_civil_aviation_accidents
Aviation Safety Network (ASN) global database
@kaggle.warcoder_civil_aviation_accidents
CREATE TABLE aviation_accident (
"date" VARCHAR,
"type" VARCHAR,
"registration" VARCHAR,
"operator" VARCHAR,
"fatalities" VARCHAR,
"location" VARCHAR,
"country" VARCHAR,
"cat" VARCHAR,
"year" VARCHAR
);
Anyone who has the link will be able to view this.