Skip to content

Commit 7da21fd

Browse files
authored
Merge pull request #50 from wangjc640/main
fix docstring in outlier
2 parents 05610f2 + 2d14a59 commit 7da21fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eda_utils_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.1.15'
1+
__version__ = '0.1.17'
22

eda_utils_py/eda_utils_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def outlier_identifier(dataframe, columns=None, method="trim"):
219219
>> })
220220
221221
222-
>> outlier_identifier(data)
222+
>> outlier_identifier(df)
223223
SepalLengthCm SepalWidthCm PetalWidthCm
224224
0 5.1 1.4 0.2
225225
1 4.9 1.4 0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eda_utils_py"
3-
version = "0.1.15"
3+
version = "0.1.17"
44
description = "Python package that contains util functions for eda process"
55
authors = ["Chuang Wang <chuangw.sde@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)