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
orderslist. - Store the Series into a new variable
orders_series.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 2.7
Task: Coffee Orders Series
Swipe to show 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
orderslist. - Store the Series into a new variable
orders_series.
Solution
Thanks for your feedback!
single