Challenge
Now it's your turn to remove rows with wrong data!
Compito
Swipe to start coding
- Get indexes of rows having 'inconsistent' data. Follow the next steps:
-
Apply the
.loc[]
property to thedf
dataframe. -
Set condition on rows: row sums of 2-14 columns (
[2:15]
) must be not equal to values in the'hhsize'
column. -
Use the
.index
attribute.
- Drop rows using indexes saved within
ind
variable. Set theinplace
parameter to rewrite the changes.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 3
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 2.56
Challenge
Scorri per mostrare il menu
Now it's your turn to remove rows with wrong data!
Compito
Swipe to start coding
- Get indexes of rows having 'inconsistent' data. Follow the next steps:
-
Apply the
.loc[]
property to thedf
dataframe. -
Set condition on rows: row sums of 2-14 columns (
[2:15]
) must be not equal to values in the'hhsize'
column. -
Use the
.index
attribute.
- Drop rows using indexes saved within
ind
variable. Set theinplace
parameter to rewrite the changes.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Awesome!
Completion rate improved to 2.56Sezione 2. Capitolo 3
single