Drop NaN Table

../../../../_images/drop_nan1.svg

Drop columns or rows with NaN values

Documentation

Remove rows or columns with NaN (not a number) in them.

Definition

Input ports

Input
Type: table
Description: Input

Output ports

Output
Type: table
Description: Output

Configuration

Select columns (columns)

Select columns.

Drop (direction)

Select along which axis to drop values

Examples

Example flows demonstrating this node:

The node can be found in:

Implementation

class node_table_dropna.DropNaNTable[source]