Skip to content

Commit ce8cfab

Browse files
committed
Update docstring for utility functions
1 parent a34d4b5 commit ce8cfab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eda_utils_py/eda_utils_py.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def _standardize(dataframe):
375375
The data frame to be used for EDA.
376376
Returns
377377
-------
378-
self : object
378+
res : pandas.core.frame.DataFrame
379379
Scaled dataset
380380
"""
381381

@@ -404,7 +404,7 @@ def _minmax(dataframe):
404404
The data frame to be used for EDA.
405405
Returns
406406
-------
407-
self : object
407+
res : pandas.core.frame.DataFrame
408408
Scaled dataset
409409
"""
410410

0 commit comments

Comments
 (0)