NOTICE

The upcoming release of Featuretools 1.0.0 contains several breaking changes. Users are encouraged to test this version prior to release by installing from GitHub:

pip install https://github.com/alteryx/featuretools/archive/woodwork-integration.zip

For details on migrating to the new version, refer to Transitioning to Featuretools Version 1.0. Please report any issues in the Featuretools GitHub repo or by messaging in Alteryx Open Source Slack.


featuretools.variable_types.variable.Datetime

class featuretools.variable_types.variable.Datetime(id, entity, name=None, format=None)[source]

Represents variables that are points in time

Parameters

format (str) – Python datetime format string documented here.

__init__(id, entity, name=None, format=None)[source]

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

description

dtype

entityset

interesting_values

name

series

type_string