Section 1. Chapter 20
single
Challenge: Sorting and Ordering
Swipe to show menu
Task
Swipe to start coding
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
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 20
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat