Skip to content

Commit

Permalink
docs(clean): add documentation for clean_address
Browse files Browse the repository at this point in the history
Add user guide for clean_address() and validate_address() functions.

Closes #481
  • Loading branch information
ryanwdale committed Feb 23, 2021
1 parent 5878dc0 commit 4061fca
Show file tree
Hide file tree
Showing 3 changed files with 3,593 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dataprep/clean/clean_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def clean_address(
"""
Clean and standardize US street addresses.
Read more in the :ref:`User Guide <address_userguide>`.
Parameters
----------
df
Expand Down Expand Up @@ -172,6 +174,8 @@ def validate_address(
"""
Validate US street addresses.
Read more in the :ref:`User Guide <address_userguide>`.
Parameters
----------
x
Expand Down
Loading

0 comments on commit 4061fca

Please sign in to comment.