Kursinhalt
Pandas: First Steps
Pandas: First Steps
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!
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!