We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2c45c9 + 1c00dc4 commit 2975c27Copy full SHA for 2975c27
README.md
@@ -15,10 +15,10 @@ $ pip install -i https://test.pypi.org/simple/ eda_utils_py
15
## Functions
16
17
The four functions contained in this package are as follows:
18
-- Function 1: A function to identify and impute missing values
19
-- Function 2: A function to identify and deal with outliers
20
-- Function 3: A function to scale numerical values in the dataset
21
- `cor_map`: A function to plot a correlation matrix of numeric columns in the dataframe
+- `outlier_identifier`: A function to identify and deal with outliers
+- `scale` A function to scale numerical values in the dataset
+- `imputer`: A function to impute missing values
22
23
24
## Our Place in the Python Ecosystem
0 commit comments