datatable.Frame.stypes

The tuple of each column’s stypes (“storage types”).

Parameters

return
Tuple[stype, ...]

The length of the tuple is the same as the number of columns in the frame.

See also

  • stype – common stype for all columns

  • ltypes – tuple of columns’ logical types