forked from fivethirtyeight/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc60359
commit 2ced678
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Airline safety data | ||
|
||
The raw data behind the story, [Should Travelers Avoid Flying Airlines That Have Had Crashes in the Past?](http://fivethirtyeight.com/features/should-travelers-avoid-flying-airlines-that-have-had-crashes-in-the-past/) | ||
|
||
Header | Definition | ||
---|--------- | ||
`airline` | Airline (asterisk indicates that regional subsidiaries are included) | ||
`avail_seat_km_per_week` | Available seat kilometers flown every week | ||
`incidents_85_99` | Total number of incidents, 1985–1999 | ||
`fatal_accidents_85_99` | Total number of fatal accidents, 1985–1999 | ||
`fatalities_85_99` | Total number of fatalities, 1985–1999 | ||
`incidents_00_14` | Total number of incidents, 2000–2014 | ||
`fatal_accidents_00_14` | Total number of fatal accidents, 2000–2014 | ||
`fatalities_00_14` | Total number of fatalities, 2000–2014 | ||
|
||
All data comes from the [Aviation Safety Network's Database](http://aviation-safety.net/index.php). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters