Task: Coffee Orders Series
Swipe to start coding
Welcome to Café Pandasia! You've just been hired as a data assistant, and your first job is to organize today’s coffee orders into a format that's easier to analyze.
The barista quickly scribbled the coffee orders on a napkin as a plain list. Your mission is to turn this list into a Pandas Series so the café can keep track of which drinks are most popular.
- Import the Pandas library.
- Create a Pandas Series from the
orders
list. - Store the Series into a new variable
orders_series
.
Solution
Merci pour vos commentaires !
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Résumer ce chapitre
Expliquer le code dans file
Expliquer pourquoi file ne résout pas la tâche
Awesome!
Completion rate improved to 2.7
Task: Coffee Orders Series
Glissez pour afficher le menu
Swipe to start coding
Welcome to Café Pandasia! You've just been hired as a data assistant, and your first job is to organize today’s coffee orders into a format that's easier to analyze.
The barista quickly scribbled the coffee orders on a napkin as a plain list. Your mission is to turn this list into a Pandas Series so the café can keep track of which drinks are most popular.
- Import the Pandas library.
- Create a Pandas Series from the
orders
list. - Store the Series into a new variable
orders_series
.
Solution
Merci pour vos commentaires !
Awesome!
Completion rate improved to 2.7single