Adjust example

../../../../_images/example.svg

Node demonstrating using adjust to set the available options in parameters from input data.

Documentation

In this case we let the user select a column and a row among the ones in the input data.

Two different methods are used for setting the options for Column and Row. Setting options for Column is the simplest case, where we can use the adjust helper function which automatically fetches the column names.

See Introduction for more information about writing nodes. Specifically see Adjust parameters for an introduction to adjust_parameters.

Definition

Input ports

input

table

Input Table

Output ports

Configuration:
Column (column)

String with options corresponding to the column names of the input table.

Row (row)

Integer with options corresponding to the row indices of the input table.

class node_examples.AdjustExample[source]

Related nodes