Task: Finding Total Sales Per Drink
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.
Lösung
Danke für Ihr Feedback!
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Zusammenfassen Sie dieses Kapitel
Code in file erklären
Erklären, warum file die Aufgabe nicht löst
Awesome!
Completion rate improved to 2.7
Task: Finding Total Sales Per Drink
Swipe um das Menü anzuzeigen
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.
Lösung
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 2.7single