Course Content
Pandas: First Steps
Pandas: First Steps
Introduction to PandasSeriesTask: Coffee Orders SeriesTask: Barista's Favorites CoffeesAccessing Elements from a SeriesTask: Drink of the HourTask - Signature DrinksTask: Mid-Morning SpecialsTask - Fetching the Mid-Shift DrinksOperations over SeriesTask: Modifying a single elementTask: Modifying the Entire SeriesTask: Modifying Part of a SeriesTask: Processing the Restock of Inventory
Task: Mid-Morning Specials
Task
Swipe to start coding
Remember the Drink of the Hour board from Chapter 6 at CafΓ© Pandasia?
The cafΓ© manager now wants to print just the mid-morning specials β the drinks served between 9 AM and 11 AM, so the team can make a poster for social media.
- Use slicing to get the drinks served between 9 AM and 11 AM.
- Store the result in a variable called
result
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 8
Task: Mid-Morning Specials
Task
Swipe to start coding
Remember the Drink of the Hour board from Chapter 6 at CafΓ© Pandasia?
The cafΓ© manager now wants to print just the mid-morning specials β the drinks served between 9 AM and 11 AM, so the team can make a poster for social media.
- Use slicing to get the drinks served between 9 AM and 11 AM.
- Store the result in a variable called
result
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 8