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

book
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
test

Swipe to show code editor

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

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 8
toggle bottom row

book
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
test

Swipe to show code editor

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

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 8
Switch to desktopSwitch 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