Throughout the use of a public database from the NTSB (National Transportation Safety Board) explore the capabilities of pandas
to manipulate relatively big databases and be able to show big figures about accidents in aviation
So... What are these guys doing up there?
Flight safety studies incidents and accidents that appears as a consequence of any failure of the air transport system.
It is mandatory to establish accident (incident) reporting systems to facilitate the collection of information on actual or potential safety deficiencies. (ICAO Annex 13)
However the investigation and the publishing of the results depends on the member state.
The final report will be published only if the state conducting the investigation process approves it.
National Transportation Safety Board is charged with determining the probable cause of transportation accidents and promoting transportation safety, and assisting victims of transportation accidents and their families.
AND THEY PUBLISH RAW DATA!: http://www.ntsb.gov/_layouts/ntsb.aviation/index.aspx
In [1]:
# Notebook style
from IPython.core.display import HTML
css_file = './static/style2.css'
HTML(open(css_file, "r").read())
Out[1]: