Drop NaN Table¶
Drop columns or rows with NaN values
Documentation¶
Remove rows or columns with NaN (not a number) in them.
Definition¶
Input ports¶
- Input
Type: tableDescription: Input
Output ports¶
- Output
Type: tableDescription: 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]