.. _`Create Table`: .. _`org.sysess.sympathy.create.createtable`: Create Table ```````````` .. image:: create_table.svg :width: 48 Create a Table from scratch in a configuration Gui. Documentation ::::::::::::: By default the created Table will be empty so to add data to it you first need to create at least one column and then add at least one row. The name and type of a column can be changed at any time from the context menu of the column header. Cells can be masked or unmasked from the context menu of a cell or a selection of many cells. Environment variables can be used in text columns by entering them as usual, see :ref:`env_vars`. Definition :::::::::: Output ports ............ **port0** | Type: table | Description: Manually created table Configuration ............. **GUI** (json_table) Configuration window Examples ........ Example flows demonstrating this node: * :download:`InputOutputGenerate.syx ` The node can be found in: * :download:`LambdaOperations.syx ` * :download:`Predicates.syx ` * :download:`BasicDictOperations.syx ` * :download:`ConfigurationPort.syx ` * :download:`Custom_ParameterSearch.syx ` * :download:`Hyper_parameters.syx ` * :download:`spectral_co_clustering.syx ` * :download:`random_forest_regressor.syx ` * :download:`BasicPowerBI.syx ` * :download:`linear time invariant systems.syx ` * :download:`timeseries_synchronisation.syx ` * :download:`Cyclic_data.syx ` * :download:`Signal_demodulation.syx ` Implementation .............. .. automodule:: node_create_table :noindex: .. class:: CreateTable :noindex: