datatable.Type

Added in version 1.0.0

Type of data stored in a single column of a Frame.

The type describes both the logical meaning of the data (i.e. an integer, a floating point number, a string, etc.), as well as storage requirement of that data (the number of bits per element). Some types may carry additional properties, such as a timezone or precision.

Note

This property replaces previous dt.stype and dt.ltype.

Properties

.max

The maximum value for this type

.min

The minimum value for this type

.name

The name of this type