Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Sorting and Ordering | Core R Data Structures for EDA
/
Essential R Data Structures for Exploratory Data Analysis
セクション 1.  20
single

single

bookChallenge: Sorting and Ordering

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  20
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt