Skip to content

Commit e6536f6

Browse files
committed
add usage
1 parent 70c1c9f commit e6536f6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ While Python packages with similar functionalities exist, this package aims to s
3333
- TBD
3434

3535
## Usage
36+
The eda_utils_py package help you to build exploratory data analysis.
3637

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
44+
3845

3946
## Documentation
4047

0 commit comments

Comments
 (0)