Details about the three challenges ("signature", "technical", and
"showstopper") for each baker/episode across all GBBO series. Who was
eliminated? Who won star baker? In the finale, who won and who was runner up?
challengesA data frame with 1,136 rows representing individual bakers per episode and 7 variables:
An integer denoting the UK series number (1-10).
An integer denoting episode number within a series.
A character string with a given name or nickname.
A character string denoting if the baker was IN, OUT,
STAR BAKER, or SICK for a given episode. For finale episodes, values
are either WINNER or Runner-up. If NA, the baker did not appear in
episode.
A character string containing the bake for the signature
challenge for that baker/episode. If NA, the baker did not appear in
episode.
An integer denoting the rank on the technical challenge
for that baker/episode. A value of 1 means the baker was the winner of
the technical challenge. If NA, the baker did not appear in the
episode.
A character string containing the bake for the
showstopper challenge for that baker/episode. If NA, the baker did not
appear in episode.
if (require('tibble')) {
challenges
}
head(challenges)
Run the code above in your browser using DataLab