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

Kursusindhold

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

book
Challenge

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

Opgave

Swipe to start coding

  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.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 3
toggle bottom row

book
Challenge

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

Opgave

Swipe to start coding

  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.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 3
Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Vi beklager, at noget gik galt. Hvad skete der?
some-alt