Skip to content

Commit

Permalink
feat(clean): add clean_currency function
Browse files Browse the repository at this point in the history
  • Loading branch information
peshotan committed Apr 21, 2021
1 parent f89a172 commit deb5593
Show file tree
Hide file tree
Showing 5 changed files with 802 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dataprep/clean/__init__.py
Expand Up @@ -23,6 +23,9 @@

from .clean_duplication import clean_duplication

from .clean_currency import clean_currency, validate_currency


__all__ = [
"clean_lat_long",
"validate_lat_long",
Expand All @@ -42,4 +45,6 @@
"clean_date",
"validate_date",
"clean_duplication",
"clean_currency",
"validate_currency",
]

0 comments on commit deb5593

Please sign in to comment.