Section 1. Chapitre 20
single
Challenge: Sorting and Ordering
Glissez pour afficher le menu
Tâche
Glissez pour commencer à coder
Sort a data frame by multiple columns and explain the result.
- The function must return a new data frame sorted first by the
Departmentcolumn in ascending order, and then by theSalarycolumn in ascending order within each department. - The function must not modify the original data frame.
- The function must work for any data frame with at least the columns
DepartmentandSalary.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 20
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion