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
The Aviation Safety Network (ASN) is a global database of civil aviation accidents and incidents. The ASN database contains information on more than 100,000 accidents and incidents dating back to 1919.
The csv file contains the following columns:
Citing:
https://github.com/alsonpr/Aviation-Safety-Network-Dataset/
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.