1. Accessing the Column Creation Interface
Navigate to the Data tab in your dataset and click the + Add Columns button in the top-right menu. This opens the Add Columns panel, where you can define a new column.2. Selecting the Column Type
In the Add Columns panel, choose one of the available Static Column types:- Text – Stores string values.
- Float – Stores decimal numbers.
- Integer – Stores whole numbers.
- Boolean – Stores
True
orFalse
values. - Array – Stores a list of values.
- JSON – Stores structured JSON objects.
3. Configuring the Static Column
Once you select a column type, configure the following:- Column Name – Enter a descriptive name for the column.
- Data Type – Ensure it matches the intended usage (text, number, boolean, etc.).
By following these steps, you can easily create static columns to store fixed values in your dataset.