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
Pandas First Steps
course content

Course Content

Pandas First Steps

Pandas First Steps

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

Dropping Null Values

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

Let's give it a try.

Task

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

Task

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

Switch to desktop for real-world practiceContinue from where you are using one of the options below

Everything was clear?

Section 3. Chapter 8
toggle bottom row

Dropping Null Values

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

Let's give it a try.

Task

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

Task

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

Switch to desktop for real-world practiceContinue from where you are using one of the options below

Everything was clear?

Section 3. Chapter 8
toggle bottom row

Dropping Null Values

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

Let's give it a try.

Task

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

Task

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

Switch to desktop for real-world practiceContinue from where you are using one of the options below

Everything was clear?

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

Let's give it a try.

Task

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

Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 3. Chapter 8
Switch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt