woodwork.logical_types.URL

class woodwork.logical_types.URL[source]

Represents Logical Types that contain URLs, which may include protocol, hostname and file name

Examples

["http://google.com",
 "https://example.com/index.html",
 "example.com"]
__init__()

Methods

__init__()

transform(series)

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

validate(series[, return_invalid_values])

Validates URL values based on the regex in the config.

Attributes

backup_dtype

primary_dtype

standard_tags

type_string