The type (e.g. number, text, date) of the values in the column.

All the values in a column must have the same type, such as number, text or date.Having all the values be of the same type avoids many errors in transformations, such as trying to multiply two text items together.If you need a column to have multiple types, use a tagged type.