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
.
Lösung
Danke für Ihr Feedback!
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Zusammenfassen Sie dieses Kapitel
Code in file erklären
Erklären, warum file die Aufgabe nicht löst
Awesome!
Completion rate improved to 2.7
Task: Coffee Orders Series
Swipe um das Menü anzuzeigen
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
.
Lösung
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 2.7single