Sort rows in Tables¶
Documentation
Auto generated list version of Sort 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
Input.
- Looped Outputs
Output.
For details see the original node.
Definition
Input ports
- Input
[table]
Input
Output ports
- Output
[table]
Input
- Configuration:
- Sort column (column)
Column to sort
- Sort order (sort_order)
Sort order
In various programs, like file managers or spreadsheet programs, there do often exist a functionality, where the data is sorted according to some specified order of a specific part of the data. This functionality do also exist in the standard library of Sympathy for Data and is represented by the two nodes in this category.
The rows in the Tables are sorted according to the ascending/descending order of a specified sort column. Both the sort column and the sort order have to be specified in configuration GUI.
- class node_table_sort.SortRowsTables[source]
Related nodes