Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Generate Weekly Summary Table | Automating Reports and Visual Insights
Python Automation for Reports and Visual Insights
Section 1. Chapter 12
single

single

bookChallenge: 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 timestamp values to pandas datetime objects.
  • Create a new column that identifies the week for each record.
  • Group the records by week and sum the sales for each group.
  • Return a DataFrame with the weekly totals.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 12
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt