Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Advanced Aggregation | Core R Data Structures for EDA
Essential R Data Structures for Exploratory Data Analysis
Seção 1. Capítulo 30
single

single

bookChallenge: Advanced Aggregation

Deslize para mostrar o menu

Tarefa

Deslize para começar a programar

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.

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 1. Capítulo 30
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