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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,15 @@ While Python packages with similar functionalities exist, this package aims to s
33
33
- TBD
34
34
35
35
## Usage
36
+
The eda_utils_py package help you to build exploratory data analysis.
36
37
37
-
- TBD
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.
39
+
40
+
The eda_utils_py is capable of :
41
+
- Diagnose data quality : Resolve skewed data by identifing missing data and outlier and provide corresponding remedy.
42
+
- Discover data: Plot correlation mattrix to help explore data to understand the data and find scenarios for performing the analysis.
43
+
- Machine learning pereperation : Perform column transformations, derive scaller automatically to fulfill futhure machine learning need
0 commit comments