woodwork.logical_types.Timedelta#

class woodwork.logical_types.Timedelta[source]#

Represents Logical Types that contain values specifying a duration of time

Examples

[pd.Timedelta('1 days 00:00:00'),
 pd.Timedelta('-1 days +23:40:00'),
 pd.Timedelta('4 days 12:00:00')]
__init__()#

Methods

__init__()

transform(series[, null_invalid_values])

Converts the series dtype to match the logical type's if it is different.

validate(series, *args, **kwargs)

Validates that a logical type is consistent with the series dtype.

Attributes

primary_dtype

pyspark_dtype

standard_tags

type_string