Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Sorting and Ordering | Core R Data Structures for EDA
/
Essential R Data Structures for Exploratory Data Analysis
Seksjon 1. Kapittel 20
single

single

bookChallenge: Sorting and Ordering

Sveip for å vise menyen

Oppgave

Sveip for å begynne å kode

Sort a data frame by multiple columns and explain the result.

  • The function must return a new data frame sorted first by the Department column in ascending order, and then by the Salary column 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 Department and Salary.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 20
single

single

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

some-alt