datatable.Frame.stype¶
Deprecated since version 1.0.0
This property is deprecated and will be removed in version 1.2.0.
Please use .types instead.
Added in version 0.10.0
The common dt.stype for all columns.
This property is well-defined only for frames where all columns have the same stype.
Parameters¶
return
stype | NoneFor frames where all columns have the same stype, this common
stype is returned. If a frame has 0 columns, None will be
returned.
except
InvalidOperationErrorThis exception will be raised if the columns in the frame have different stypes.
See also¶
.stypes– tuple of stypes for all columns.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.