woodwork.logical_types.Boolean¶
-
class
woodwork.logical_types.
Boolean
[source]¶ Represents Logical Types that contain binary values indicating true/false.
Examples
[True, False, True] [0, 1, 1]
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
Attributes
pandas_dtype
standard_tags
type_string
-