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

single

bookChallenge: Generate Regional Sales Report

Scorri per mostrare il menu

Compito

Scorri per iniziare a programmare

Create a function that generates a summary of total sales for each region from a sample sales dataset.

  • Create a pandas DataFrame with columns "region" and "sales", using at least three unique region values and several sales amounts.
  • Group the DataFrame by the "region" column.
  • Calculate the total sales for each region.
  • Print the resulting summary table.

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 2
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