Slice rows in Tables

../../../../_images/select_table_rows.svg

Documentation

Auto generated list version of Slice rows 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

Count start from the end (decrement_start)

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

Count stop from the end (decrement_stop)

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

Start (start)

Start, specifies the start index of the value range.

Step (step)

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

Stop (stop)

Stop, specifies the stop index of the value range.

Implementation

class node_slice.SliceRowsTables[source]