Sezione 1. Capitolo 28
single
Challenge: Conditional Transformations
Scorri per mostrare il menu
Compito
Scorri per iniziare a programmare
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.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 28
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione