visions.types.time

class visions.types.time.Time[source]

Time implementation of visions.types.type.VisionsBaseType.

Examples

>>> x = pd.Series([pd.datetime(2017, 3, 5), pd.datetime(2019, 12, 4)])
>>> x in visions.Time
True