create_column
LookUpTableBase.create_column(name, type=None, values=None, dimension='dimensionless')
Create a new column.
- Parameters:
- name: Name of column.
- type: A string (
scalarordirection) specifying the column type (the values will be initialized to NaN). - values: A numpy array with values (the type is determined from its shape).