All Plane Crashes In History
All plane crashes in history. Contains all plane crashes.
@kaggle.aryan112345_all_plane_crashes_in_history
All plane crashes in history. Contains all plane crashes.
@kaggle.aryan112345_all_plane_crashes_in_history
This dataset is a bigger dataset from my worst 100. It contains all the data from 1900s all crashes be it small or big. Scraped from planecrashinfo.com . beautifulSoup is used for the scraping of data
CREATE TABLE planecrash (
"date" VARCHAR,
"location_operator" VARCHAR -- Location / Operator,
"aircraft_type_registration" VARCHAR -- Aircraft Type / Registration,
"fatalities" VARCHAR
);
Anyone who has the link will be able to view this.