セクション 1. 章 28
single
Challenge: Conditional Transformations
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Practice applying conditional logic to transform a column in a data frame. You will create a new column based on a condition applied to an existing numeric column.
- Create a new column named
categoryin the input data frame. - For each row, assign
"high"tocategoryif the value in thevaluecolumn is greater than 10. - Otherwise, assign
"low"tocategory. - Return the modified data frame.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 28
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください