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

Conteúdo do Curso

Pandas First Steps

Dropping Null ValuesDropping Null Values

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

Let's give it a try.

Tarefa

You need to eliminate rows containing empty cells. To achieve this, use the dropna() function.

Tudo estava claro?

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

Conteúdo do Curso

Pandas First Steps

Dropping Null ValuesDropping Null Values

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

Let's give it a try.

Tarefa

You need to eliminate rows containing empty cells. To achieve this, use the dropna() function.

Tudo estava claro?

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