Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Group and Summarise Regional Sales | Grouping and Aggregation in R
/
Data Manipulation in R (Core)
Seção 3. Capítulo 2
single

single

bookChallenge: Group and Summarise Regional Sales

Deslize para mostrar o menu

In business analytics, you often need to summarize sales data by categories such as region to create concise, actionable reports. After learning how to use group_by() to segment your data, you are ready to apply grouping and summarization skills to a practical scenario: analyzing sales by region. This type of analysis helps businesses identify high-performing areas and target strategies more effectively.

Tarefa

Swipe to start coding

Apply your grouping and summarization skills to analyze sales data by region. Your goal is to produce a summary that shows, for each region, the total and average sales.

  • Group the data by the region column.
  • For each region, calculate the sum of the sales column and store it as total_sales.
  • For each region, calculate the mean of the sales column and store it as average_sales.
  • Return a data frame with one row per region and columns for region, total_sales, and average_sales.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 2
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

some-alt