woodwork.logical_types.BooleanNullable¶
- class woodwork.logical_types.BooleanNullable[source]¶
Represents Logical Types that contain binary values indicating true/false. May also contain null values.
Examples
[True, False, None] [0, 1, 1]
- __init__()¶
Methods
__init__()transform(series)Converts the series dtype to match the logical type's if it is different.
validate(series[, return_invalid_values])Attributes
backup_dtypeprimary_dtypestandard_tagstype_string