Slice columns in Tables

../../../../_images/select_table_columns1.svg

Documentation

Auto generated list version of Slice columns in Table.

In this version, the following ports from the original nodes have been changed to lists which the node loops over:

Looped Inputs

data.

Looped Outputs

data.

For details see the original node.

Definition

Input ports

data

[table]

Input Table

Output ports

data

[table]

Output Table

Configuration:
Start (start)

Start, specifies the start index of the value range.

Count start from the end (decrement_start)

Count start from the end, when enabled, start is counted backwards from the end (last index).

Stop (stop)

Stop, specifies the stop index of the value range.

Count stop from the end (decrement_stop)

Count stop from the end, when enabled, stop is counted backwards from the end (last index).

Step (step)

Step, specifies the step length taken in the value range and determines which values inside of the range to keep.

class node_slice.SliceColumnsTables[source]

Related nodes