Skip to content

Commit 3d614e7

Browse files
committed
fix type in outlier docstring
1 parent 63c3f5f commit 3d614e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)