.. _`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` *Ports*: **Inputs**: :port1: table Input Table **Outputs**: :port1: [table] Split Tables *Configuration*: **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. **input_index** Choose name for index column. All rows with the same value in this column will end up in the same output table. **missing_index** Choose name how to handle tables where the selected index column is missing. **remove_fill** After splitting, remove columns that contain only NaN or empty strings. .. automodule:: node_vsplit_tables .. class:: VSplitTableNode