Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

castaway_details

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

Details

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

Source

Examples

library(dplyr)
castaway_details |>
  count(gender)

survivoR

Data from all Seasons of Survivor (US) TV Series in Tidy Format

v0.9.12
MIT + file LICENSE
Authors
Daniel Oehm [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.