100 Worst Plane Crashes In History
100 worst plane crashes on deaths. Check my all crashes dataset for big data.
@kaggle.aryan112345_worst_plane_crashes_in_history
100 worst plane crashes on deaths. Check my all crashes dataset for big data.
@kaggle.aryan112345_worst_plane_crashes_in_history
It is the raw data of the worst plane crashes in human history based on the fatalities. May their souls rest in peace.
beautifulSoup was used to scrape the raw data. Preprocess accordingly.
CREATE TABLE plane_crash_info (
"unnamed_0" VARCHAR -- Unnamed: 0,
"fatal" VARCHAR,
"date" TIMESTAMP,
"location" VARCHAR,
"carrier" VARCHAR,
"flight" VARCHAR,
"type" VARCHAR
);Anyone who has the link will be able to view this.