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

Зміст курсу

Data Manipulation using pandas

Challenge

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

Завдання

  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.

Завдання

  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.

Все було зрозуміло?

Секція 2. Розділ 3
toggle bottom row

Challenge

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

Завдання

  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.

Завдання

  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.

Все було зрозуміло?

Секція 2. Розділ 3
toggle bottom row

Challenge

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

Завдання

  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.

Завдання

  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.

Все було зрозуміло?

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

Завдання

  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.

Секція 2. Розділ 3
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt