datatable.Frame.stypes

Deprecated since version 1.0.0

This property is deprecated and will be removed in version 1.2.0. Please use .types instead.

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