Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge | Preprocessing Data: Part II
Data Manipulation using pandas
course content

Contenido del Curso

Data Manipulation using pandas

Data Manipulation using pandas

1. Preprocessing Data: Part I
2. Preprocessing Data: Part II
3. Grouping Data
4. Aggregating and Visualizing Data
5. Joining Data

Challenge

Now it's your turn to remove rows with wrong data!

Tarea

  1. Get indexes of rows having 'inconsistent' data. Follow the next steps:
  • Apply the .loc[] property to the df 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.
  1. Drop rows using indexes saved within ind variable. Set the inplace parameter to rewrite the changes.

Tarea

  1. Get indexes of rows having 'inconsistent' data. Follow the next steps:
  • Apply the .loc[] property to the df 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.
  1. Drop rows using indexes saved within ind variable. Set the inplace parameter to rewrite the changes.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Sección 2. Capítulo 3
toggle bottom row

Challenge

Now it's your turn to remove rows with wrong data!

Tarea

  1. Get indexes of rows having 'inconsistent' data. Follow the next steps:
  • Apply the .loc[] property to the df 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.
  1. Drop rows using indexes saved within ind variable. Set the inplace parameter to rewrite the changes.

Tarea

  1. Get indexes of rows having 'inconsistent' data. Follow the next steps:
  • Apply the .loc[] property to the df 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.
  1. Drop rows using indexes saved within ind variable. Set the inplace parameter to rewrite the changes.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Sección 2. Capítulo 3
toggle bottom row

Challenge

Now it's your turn to remove rows with wrong data!

Tarea

  1. Get indexes of rows having 'inconsistent' data. Follow the next steps:
  • Apply the .loc[] property to the df 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.
  1. Drop rows using indexes saved within ind variable. Set the inplace parameter to rewrite the changes.

Tarea

  1. Get indexes of rows having 'inconsistent' data. Follow the next steps:
  • Apply the .loc[] property to the df 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.
  1. Drop rows using indexes saved within ind variable. Set the inplace parameter to rewrite the changes.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Now it's your turn to remove rows with wrong data!

Tarea

  1. Get indexes of rows having 'inconsistent' data. Follow the next steps:
  • Apply the .loc[] property to the df 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.
  1. Drop rows using indexes saved within ind variable. Set the inplace parameter to rewrite the changes.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 2. Capítulo 3
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
We're sorry to hear that something went wrong. What happened?
some-alt