datatable.Type.cat32()

Added in version 1.1.0

Categorical type with 32-bit codes. In a column of this type, every element is a value of type T.

See also

  • .cat8(T) – categorical type with 8-bit codes.

  • .cat16(T) – categorical type with 16-bit codes.