Splitting Data¶
In some cases it may be desirable to split datasets into non-overlapping subsets based on categorical groups. The table has four categorical columns, Cell, Compartment, FOV (field-of-view), and Treatment.
Follow these steps to split this table into a set of tables where each resulting table contains the data corresponding to a specific FOV.
Click the
Splitbutton in the data table’s sidebar.In the next
Split Datadialog window, select theFOVoption. Leave the other options unselected.
Click
Ok.
The FOV column in the original table contained five distinct values: a, b, c, d, and e. The split operation creates five new tables, one for each of the FOV labels.
