woodwork.logical_types.AgeFractional¶
-
class
woodwork.logical_types.
AgeFractional
[source]¶ Represents Logical Types that contain non-negative floating point numbers indicating a person’s age. Has ‘numeric’ as a standard tag. May also contain null values.
Examples
[0.34, 24.34, 45.0] [30.5, 62.82, np.nan]
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
transform
(series)Converts the series dtype to match the logical type’s if it is different.
Attributes
backup_dtype
primary_dtype
standard_tags
type_string
-