セクション 1. 章 10
single
Challenge: Tidying Data with tidyr
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
In this challenge, you will practice reshaping and tidying a dataset using tidyr functions. You will convert the dataset to long format with pivot_longer(), and then split a combined column into two separate columns using separate().
- Use
pivot_longer()to convert the score columns into a long format, creating a column namedsubject_yearand a column namedscore. - Use
separate()to split thesubject_yearcolumn into two columns:subjectandyear.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 10
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください