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