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__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
Attributes
pandas_dtype
standard_tags
type_string
-