Skip to content

Commit 7086c36

Browse files
Merge pull request #333 from sfu-db/feat/clean_email
feat(clean): add clean_email() function
2 parents b209e4e + 4658a20 commit 7086c36

File tree

3 files changed

+502
-1
lines changed

3 files changed

+502
-1
lines changed

dataprep/clean/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55

66
from .clean_lat_long import clean_lat_long, validate_lat_long
77

8-
__all__ = ["clean_lat_long", "validate_lat_long"]
8+
from .clean_email import clean_email, validate_email
9+
10+
__all__ = ["clean_lat_long", "validate_lat_long", "clean_email", "validate_email"]

0 commit comments

Comments
 (0)