Dropping Null ValuesDropping Null Values

If our data contains null values in certain columns, we need to delete these rows. In pandas, it can be done with the dropna() function.

Let's practice.

Task

We have to remove rows that contain empty cells. In this case, we have to use the dropna() function.

Everything was clear?

Section 3. Chapter 8
toggle bottom row