Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 528 Bytes

File metadata and controls

32 lines (16 loc) · 528 Bytes

Airplane Crashes Analysis

Exploratory data analysis of airplane crashes and fatalities from 1908 to 2009 with Jupyter Notebook.

  • Find the total airplane crashes by year
  • Compute statistics of fatalities per crash
  • Display number of crashes by location

Data

Source:

https://www.kaggle.com/saurograndi/airplane-crashes-since-1908

File

Airplane_Crashes_and_Fatalities_Since_1908.csv


Dependencies

  • pandas
  • matplotlib