Castaway details
A dataset containing details on the castaways for each season
castaway_details
This data frame contains the following columns:
castaway_id
ID of the castaway (primary key). Consistent across seasons and name changes e.g. Amber Brkich / Amber Mariano. The first two letters reference the country of the version played e.g. US, AU (TBA). To recreated the old ID simply extract teh digits
full_name
Full name of the castaway
short_name
Short name of the castaway. Name typically used during the season. Sometimes there are multiple people with the same name e.g. Rob C and Rob M in Survivor All-Stars. This field takes the most verbose name used
date_of_birth
Date of birth
date_of_death
Date of death
gender
Gender of castaway
poc
POC indicator if known and can point to a source, else marked as white. Please log corrections on the Github page
race
Race (if known)
ethnicity
Ethnicity (if known)
occupation
Occupation
personality_type
The Myer-Briggs personality type of the castaway
Race and ethnicity data is included if known and can point to a source, rather than making an assumption about an individual.
library(dplyr) castaway_details |> count(gender)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.