Restore Truth Table (deprecated)¶
Nodes with operations on truth tables, i.e. tables with a boolean column named filter.
- 
class node_restore_filters.RestoreTruthTable(*args, **kwargs)[source]¶
- Given Two Truth Table (with columns called ‘filter’), calculate a new filter table as First[First[‘filter’] == True] = Second[‘filter’]. Note the largest Table is the First. - Inputs: - None : table
- Second 
- None : table
- First 
 - Outputs: - None : table
- Output