Course Content
Pandas First Steps
2. Reading Files in pandas
Pandas First Steps
Dropping 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