|
| 1 | +### Avengers |
| 2 | + |
| 3 | +This directory contains the data behind the story [Joining The Avengers Is As Deadly As Jumping Off A Four-Story Building](http://fivethirtyeight.com/features/avengers-death-comics-age-of-ultron). |
| 4 | + |
| 5 | +It includes the dataset `avengers.csv`, which details the deaths of Marvel comic book characters between the time they joined the Avengers and April 30, 2015, the week before Secret Wars #1. |
| 6 | + |
| 7 | +Header | Definition |
| 8 | +---|--------- |
| 9 | +`URL`| The URL of the comic character on the Marvel Wikia |
| 10 | +`Name/Alias` | The full name or alias of the character |
| 11 | +`Appearances` | The number of comic books that character appeared in as of April 30 |
| 12 | +`Current?` | Is the member currently active on an avengers affiliated team? |
| 13 | +`Gender` | The recorded gender of the character |
| 14 | +`Probationary` | Sometimes the character was given probationary status as an Avenger, this is the date that happened |
| 15 | +`Full/Reserve` | The month and year the character was introduced as a full or reserve member of the Avnegers |
| 16 | +`Year` | The year the character was introduced as a full or reserve member of the Avengers |
| 17 | +`Years since joining` | 2015 minus the year |
| 18 | +`Honorary` | The status of the avenger, if they were given "Honorary" Avenger status, if they are simply in the "Academy," or "Full" otherwise |
| 19 | +`Death1` | Yes if the Avenger died, No if not. |
| 20 | +`Return1` | Yes if the Avenger returned from their first death, No if they did not, blank if not applicable |
| 21 | +`Death2` | Yes if the Avenger died a second time after their revival, No if they did not, blank if not applicable |
| 22 | +`Return2` | Yes if the Avenger returned from their second death, No if they did not, blank if not applicable |
| 23 | +`Death3` | Yes if the Avenger died a third time after their second revival, No if they did not, blank if not applicable |
| 24 | +`Return3` | Yes if the Avenger returned from their third death, No if they did not, blank if not applicable |
| 25 | +`Death4` | Yes if the Avenger died a fourth time after their third revival, No if they did not, blank if not applicable |
| 26 | +`Return4` | Yes if the Avenger returned from their fourth death, No if they did not, blank if not applicable |
| 27 | +`Death5` | Yes if the Avenger died a fifth time after their fourth revival, No if they did not, blank if not applicable |
| 28 | +`Return5` | Yes if the Avenger returned from their fifth death, No if they did not, blank if not applicable |
| 29 | +`Notes` | Descriptions of deaths and resurrections. |
0 commit comments