Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Advanced Aggregation | Core R Data Structures for EDA
Essential R Data Structures for Exploratory Data Analysis
セクション 1.  30
single

single

bookChallenge: Advanced Aggregation

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

タスク

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

Practice applying multiple aggregation functions to grouped data in a data frame.
Given a data frame, a grouping column, and a numeric column, compute the mean, sum, and standard deviation of the numeric column for each group.

  • Group the data frame by the values in the group_col column.
  • For each group, calculate the mean, sum, and standard deviation of the values in the agg_col column.
  • Return a data frame with one row per group and columns for the group, mean, sum, and standard deviation.

解答

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

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

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

セクション 1.  30
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt