Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Build a Summary Report | Grouping and Aggregation in R
Data Manipulation in R (Core)
セクション 3.  6
single

single

bookChallenge: Build a Summary Report

メニューを表示するにはスワイプしてください

In this chapter, you will apply the grouping and aggregation techniques you have learned to create a summary report for a business dashboard. You will use your knowledge of group_by(), summarise(), and arranging data to produce a concise, actionable summary suitable for business decision-makers. This challenge will help solidify your understanding of how to transform raw data into meaningful insights by chaining together multiple data manipulation steps in R.

タスク

スワイプしてコーディングを開始

Create a function that generates a summary report for a business dashboard using grouped and aggregated data.

  • The function must group the input data frame by the region column.
  • It must calculate the total sales and average profit for each region.
  • The resulting summary must be arranged in descending order by total sales.
  • The function must return the summary data frame.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  6
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt