Task: Finding the Most Expensive Coffees
Task
Swipe to start coding
CafΓ© Pandasia has now finalized its updated coffee menu!
Each drink has been assigned a price, and the manager wants to quickly spot the most expensive ones.
- Fetch the rows containing top three most expensive drinks and store them in a new variable called
most_expensive
.
Note
In the DataFrame
df
the drinks have been sorted from least to most expensive in terms of price, with the most expensive drink at the end.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4