Section 1. Chapitre 28
single
Challenge: Conditional Transformations
Glissez pour afficher le menu
Tâche
Glissez pour commencer à coder
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
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 28
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion