A static column is a fundamental column type in the dataset that holds fixed values for each row. Unlike dynamic columns, which generate values through automation or external processing, static columns store predefined data that remains unchanged unless manually modified.


Key Characteristics of Static Columns

  • Fixed Data Storage: Values in static columns do not change unless updated manually.
  • Simple Configuration: Requires only a name, data type, and dataset reference during creation.
  • No Computation Required: Unlike dynamic columns, static columns do not process data or call external services.

Why Use Static Column

  • Manual Data Entry: Static columns are ideal for storing user-provided values that do not change frequently. Users can input and update information manually without the need for automated processing.
  • Fixed Categorical Data: When datasets contain categorical values such as labels, predefined categories, or classifications, static columns help in maintaining a structured format without requiring additional computation.
  • Initial Data Setup: When setting up a dataset, static columns can be used to pre-fill rows with default values. This ensures that every entry in the dataset follows a consistent structure and prevents missing or null values from appearing in newly added rows.

Static columns provide a simple, reliable way to store structured data without needing complex processing. They are best suited for cases where values remain constant and do not require computation, making them an essential building block in data management.

Click here to learn how to create static columns