Task: Finding Total Sales Per Drink
Tehtävä
Swipe to start coding
At Café Pandasia, the manager wants to track the total sales for each coffee drink
You’ve been given a DataFrame that tracks the sales of three drinks across three days (Monday to Wednesday), and now you need to add a new column called Total Sales
to the DataFrame.
- Add a new column called
Total Sales
todf
. Total Sales
should contain the sum of the sales from Monday to Wednesday for each drink.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 6