Task: Access Sales Data at Café Pandasia - Part 3
Opgave
Swipe to start coding
At the Café, the manager is reviewing the weekly coffee sales data from Monday to Wednesday.
- Use
iloc
to fetch sales numbers for"Latte"
and"Cappuccino"
acrossMonday
andTuesday
(only those two days, only those two drinks) from the DataFramedf
. - Store it in a variable called
result
.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 3. Kapitel 13