Section 1. Chapter 12
single
Challenge: Generate Weekly Summary Table
Swipe to show menu
Task
Swipe to start coding
Write a function that takes a list of sales records, each with a sales amount and a timestamp, and summarizes total sales by week.
- Convert the
timestampvalues to pandas datetime objects. - Create a new column that identifies the week for each record.
- Group the records by week and sum the
salesfor each group. - Return a DataFrame with the weekly totals.
Solution
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 12
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat