Секція 1. Розділ 30
single
Challenge: 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_colcolumn. - For each group, calculate the mean, sum, and standard deviation of the values in the
agg_colcolumn. - Return a data frame with one row per group and columns for the group, mean, sum, and standard deviation.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 30
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат