Task: Barista's Favorites Coffees
Swipe to start coding
The head barista at Café Pandasia has decided to create a list of her favorite drinks of the week. Each drink is ranked from Monday to Friday, with one favorite per day.
She wants you to turn this into a Pandas Series — but instead of using the default numerical index, she wants each drink labeled by the day of the week!
- Create a new Series using
favorites
as elements anddays
as indices. - Store the series in a variable called
fav_coffees
.
Ratkaisu
Kiitos palautteestasi!
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Tiivistä tämä luku
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 2.7
Task: Barista's Favorites Coffees
Pyyhkäise näyttääksesi valikon
Swipe to start coding
The head barista at Café Pandasia has decided to create a list of her favorite drinks of the week. Each drink is ranked from Monday to Friday, with one favorite per day.
She wants you to turn this into a Pandas Series — but instead of using the default numerical index, she wants each drink labeled by the day of the week!
- Create a new Series using
favorites
as elements anddays
as indices. - Store the series in a variable called
fav_coffees
.
Ratkaisu
Kiitos palautteestasi!
Awesome!
Completion rate improved to 2.7single