Challenge
Now it's your turn to remove rows with wrong data!
Tehtävä
Swipe to start coding
- Get indexes of rows having 'inconsistent' data. Follow the next steps:
-
Apply the
.loc[]property to thedfdataframe. -
Set condition on rows: row sums of 2-14 columns (
[2:15]) must be not equal to values in the'hhsize'column. -
Use the
.indexattribute.
- Drop rows using indexes saved within
indvariable. Set theinplaceparameter to rewrite the changes.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 3
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 2.56
Challenge
Pyyhkäise näyttääksesi valikon
Now it's your turn to remove rows with wrong data!
Tehtävä
Swipe to start coding
- Get indexes of rows having 'inconsistent' data. Follow the next steps:
-
Apply the
.loc[]property to thedfdataframe. -
Set condition on rows: row sums of 2-14 columns (
[2:15]) must be not equal to values in the'hhsize'column. -
Use the
.indexattribute.
- Drop rows using indexes saved within
indvariable. Set theinplaceparameter to rewrite the changes.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 3
single