woodwork.logical_types.EmailAddress#

class woodwork.logical_types.EmailAddress[source]#

Represents Logical Types that contain email address values.

Examples

["john.smith@example.com",
 "support@example.com",
 "team@example.com"]
__init__()#

Methods

__init__()

transform(series[, null_invalid_values])

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

validate(series[, return_invalid_values])

Validates email address values based on the regex in the config.

Attributes

primary_dtype

pyspark_dtype

standard_tags

type_string