Skip to content

Commit

Permalink
feat(clean): add clean_email() function
Browse files Browse the repository at this point in the history
  • Loading branch information
yxie66 committed Sep 26, 2020
1 parent b209e4e commit 4658a20
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dataprep/clean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@

from .clean_lat_long import clean_lat_long, validate_lat_long

__all__ = ["clean_lat_long", "validate_lat_long"]
from .clean_email import clean_email, validate_email

__all__ = ["clean_lat_long", "validate_lat_long", "clean_email", "validate_email"]
Loading

0 comments on commit 4658a20

Please sign in to comment.