Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Advanced Aggregation | Core R Data Structures for EDA
/
Essential R Data Structures for Exploratory Data Analysis
Section 1. Chapitre 30
single

single

bookChallenge: Advanced Aggregation

Glissez pour afficher le menu

Tâche

Glissez pour commencer à coder

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.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 30
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

some-alt