Skip to content

Commit

Permalink
Adopt varname 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang authored and dovahcrow committed Aug 17, 2021
1 parent 72658db commit e9ad23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dataprep/clean/clean_duplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def clean_duplication(
1 New York
"""
if df_var_name == "default":
df_var_name = argname(df)
df_var_name = argname('df', func=clean_duplication)

return UserInterface(df, column, df_var_name, page_size).display()

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
description = "Dataprep: Data Preparation in Python"
authors = ["SFU Database System Lab <[email protected]>"]
maintainers = [
"Weiyuan Wu <[email protected]>",
"Weiyuan Wu <[email protected]>",
"Jinglin Peng <[email protected]>",
"Pei Wang <[email protected]>",
"Brandon Lockhart <[email protected]>",
Expand Down Expand Up @@ -58,7 +58,7 @@ ipywidgets = "^7.5"
regex = "^2020.10.15"
usaddress = "^0.5.10"
levenshtein = "^0.12.0"
varname = "^0.6.4"
varname = "^0.8.0"
metaphone = "^0.6"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit e9ad23b

Please sign in to comment.