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

single

bookChallenge: Generate Weekly Summary Table

Scorri per mostrare il menu

Compito

Scorri per iniziare a programmare

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 12
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

some-alt