Skip to content

Commit

Permalink
docs(clean): fix clean documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Lockhart committed Apr 1, 2021
1 parent edf2612 commit e3bed2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dataprep/clean/clean_duplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ def clean_duplication(
Examples
--------
>>> df = pd.DataFrame({'city': ['New York', 'new york']})
>>> clean_duplication(df, 'city')
After running clean_duplication(df, 'city') below in a notebook, a GUI will appear.
Select the merge checkbox, press merge and re-cluster, then press finish.
>>> df = pd.DataFrame({'city': ['New York', 'new york']})
>>> clean_duplication(df, 'city')
city
0 New York
1 New York
Expand Down
3 changes: 2 additions & 1 deletion docs/source/user_guide/clean/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"\n",
" * [Column Headers](clean_headers.ipynb)\n",
" * [Country Names](clean_country.ipynb)\n",
" * [Dates and Times](clean_date.ipynb)\n",
" * [Email Addresses](clean_email.ipynb)\n",
" * [Geographic Goordinates](clean_lat_long.ipynb)\n",
" * [IP Addresses](clean_ip.ipynb)\n",
Expand All @@ -58,7 +59,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
"version": "3.9.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e3bed2b

Please sign in to comment.