Module: NexosisApi::ColumnType

Defined in:
lib/nexosis_api/column_type.rb

Overview

Constants for column data type

Constant Summary collapse

STRING =

contains string data

:string
NUMERIC =

contains numeric data

:numeric
LOGICAL =

contains boolean logical data (i.e. 1 and 0, true and false, etc.)

:logical
DATE =

contains ISO-8601 compatible date

:date
NUMERICMEASURE =

Indicates a number which is not countable, or is not ‘ordinal scaled’ but ‘ratio’ or ‘interval’ scaled - i.e. a device measurement

:numericmeasure
TEXT =
Note:

differs from string primarily in how the data will be prepared for analysis. Nominal values belong in string. Text to be analyzed as speech, writing, etc. belongs in text field.

free-form text field.

:text