Drop Rows With Null
This example drops/filters the rows containing any null values from the input dataset.
Workflow
Below is the workflow. It does the following:
- Reads data from a CSV file.
- Drops rows having any null values in any of the columns.
Reading from CSV File
It reads data from a CSV file.
Dropping rows with null
It drops the rows which contain any null value.