Baselight

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

Loading...
Loading...

About this Dataset

100 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.

Tables

Plane Crash Info

@kaggle.aryan112345_worst_plane_crashes_in_history.plane_crash_info
  • 10.93 KB
  • 104 rows
  • 7 columns
Loading...

CREATE TABLE plane_crash_info (
  "unnamed_0" VARCHAR,
  "fatal" VARCHAR,
  "date" TIMESTAMP,
  "location" VARCHAR,
  "carrier" VARCHAR,
  "flight" VARCHAR,
  "type" VARCHAR
);

Share link

Anyone who has the link will be able to view this.