Task: Access Sales Data at Café Pandasia - Part 2
Task
Swipe to start coding
At the Café, the manager is reviewing the weekly coffee sales data from Monday to Wednesday.
- Use
iloc
to fetch the entire "Tuesday" column from the DataFramedf
. - Store it in a variable called
tuesday_sales
.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 12