You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The four functions contained in this package are as follows:
18
-
-`cor_map`: A function to plot a correlation matrix of numeric columns in the dataframe
18
+
-`imputer`: A function to impute missing values
19
19
-`outlier_identifier`: A function to identify and deal with outliers
20
+
-`cor_map`: A function to plot a correlation matrix of numeric columns in the dataframe
20
21
-`scale` A function to scale numerical values in the dataset
21
-
-`imputer`: A function to impute missing values
22
22
23
23
24
24
## Our Place in the Python Ecosystem
@@ -33,9 +33,9 @@ While Python packages with similar functionalities exist, this package aims to s
33
33
- Please see a list of dependencies [here](pyproject.toml).
34
34
35
35
## Usage
36
-
The eda_utils_py package help you to build exploratory data analysis.
36
+
The eda_utils_py package will help you in your exploratory data analysis portion of your work.
37
37
38
-
eda_utils_py includes multiple custom functions to perform initial exploratory analysis on any input data describing the structure and the relationships present in the data. The generated output can be obtained in both object and graphical form.
38
+
eda_utils_py includes multiple custom functions to perform initial exploratory analysis on any input data describing the structure and the relationships present in the data. Depending on the function, the generated output can be obtained in object or graphical form.
0 commit comments