Skip to main content
info
This documentation is for version v2.3 of the product.
For the latest version(v2.7) documentation click here
Version: v2.3 print this page

DropRowsWithNull

This node creates a new DataFrame by dropping rows containing null values

Input

It accepts DataFrame as input from the previous Node

Output

This node drops rows containing null values

Type

transform

Fields

This node has no fields. By default it check the all columns.

Examples

Input

idamount
1100
2200
3
4400
5400
6400
7600
8700

Output

idamount
1100
2200
4400
5400
6400
7600
8700