.. _`VSplit Table`: .. _`org.sysess.sympathy.data.table.vsplittablenode`: VSplit Table ~~~~~~~~~~~~ .. image:: vsplit_table.svg :width: 48 Vertical split of Table into Tables. :Opposite node: :ref:`VJoin Table` :Ref. nodes: :ref:`VSplit Tables` *Input ports*: :port1: table Input Table *Output ports*: :port1: [table] Split Tables *Configuration*: **One table for each row.** (no_index) If checked, each row in the input table will be put in a different table in the output. If unchecked, you need to specify an index column which will then be used to determine what rows go in which table. **Index column** (input_index) Choose name for index column. All rows with the same value in this column will end up in the same output table. **Action on missing index** (missing_index) Choose name how to handle tables where the selected index column is missing. **Remove complement columns** (remove_fill) After splitting, remove columns that contain only NaN or empty strings. .. automodule:: node_vsplit_tables .. class:: VSplitTableNode Example flows ############# * :download:`VSplitTable.syx `