Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Challenge: Advanced Aggregation | Core R Data Structures for EDA
Oefenen
Projecten
Quizzen & Uitdagingen
Quizzen
Uitdagingen
/
Essential R Data Structures for Exploratory Data Analysis
Sectie 1. Hoofdstuk 30
single

single

bookChallenge: Advanced Aggregation

Veeg om het menu te tonen

Taak

Veeg om te beginnen met coderen

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.

Oplossing

Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 30
single

single

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

some-alt