featuretools.variable_types.variable.DateOfBirth¶
-
class
featuretools.variable_types.variable.
DateOfBirth
(id, entity, name=None, format=None)[source]¶ Represents a date of birth as a datetime
-
__init__
(id, entity, name=None, format=None)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(id, entity[, name, format])Initialize self.
create_from
(variable)Create new variable this type from existing
to_data_description
()Attributes
dtype
entityset
interesting_values
name
series
type_string
-