Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Dropping Null Values | Analyzing the Data
Pandas First Steps
course content

Conteúdo do Curso

Pandas First Steps

Pandas First Steps

1. The Very First Steps
2. Reading Files in Pandas
3. Analyzing the Data

book
Challenge: Dropping Null Values

If the dataset has rows with null values, we should consider removing them. In pandas, this can be achieved using the dropna() method.

Tarefa
test

Swipe to begin your solution

  1. Find the length of wine_data before removing null values and assign the result to the length_before variable.
  2. Remove rows with null values.
  3. Find the length of wine_data after removing null values and assign the result to the length_after variable.
  4. Print the number of removed rows based on the length_before and length_after variables.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 8
toggle bottom row

book
Challenge: Dropping Null Values

If the dataset has rows with null values, we should consider removing them. In pandas, this can be achieved using the dropna() method.

Tarefa
test

Swipe to begin your solution

  1. Find the length of wine_data before removing null values and assign the result to the length_before variable.
  2. Remove rows with null values.
  3. Find the length of wine_data after removing null values and assign the result to the length_after variable.
  4. Print the number of removed rows based on the length_before and length_after variables.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 8
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt