castaway_details: Castaway details

castaway_detailsR Documentation

Castaway details

Description

A dataset containing details on the castaways for each season

Usage

castaway_details

Format

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).

full_name

Full name of the castaway

full_name_detailed

A detailed version of full_name for plotting e.g. 'Boston' Rob Mariano

castaway

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

race

Race (if known)

ethnicity

Ethnicity (if known)

poc

POC indicator if known and can point to a source, else marked as white. It is understood this is a contentious issue and ultimately up to the individual as to how they wish to be identified. Please log corrections on the Github page.

personality_type

The Myer-Briggs personality type of the castaway

lgbt

LGBTQIA+ status as listed on the survivor wiki.

occupation

Occupation

three_words

Answer to the question "three words to describe you?"

hobbies

Answer to the question "what are you favourite hobbies?"

pet_peeves

Answer to the question "what are your pet peeves?"

Details

Race and ethnicity data is included if known and can point to a source, rather than making an assumption about an individual.

Source

https://survivor.fandom.com/wiki/Main_Page, https://www.personality-database.com/

Examples

library(dplyr)
castaway_details |>
  count(gender)

survivoR documentation built on July 9, 2023, 5:21 p.m.