The data in spice-girls.csv contain five attributes about the Spice Girls. The attributes include:
spice_name
: Nickname of the Spice Girl
age
: Age the Spice Girl joined the band
original_member
: Spice Girl was an original member (TRUE; FALSE)
solo_nominations
: Number of award nominations as a solo artist
real_name
: Real name of the Spice Girl
Preview
# Import Data
spice = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/rustic-penguin/main/data/spice-girls.csv")
# View Data
spice
# A tibble: 5 × 5
spice_name age original_member solo_nominations real_name
<chr> <dbl> <lgl> <dbl> <chr>
1 Scary 19 TRUE 4 Mel B
2 Sporty 20 TRUE 26 Mel C
3 Baby 18 FALSE 14 Emma
4 Ginger 22 TRUE 13 Geri
5 Posh 20 FALSE 12 Victoria