This is the open repository and everyone is open to contribute.
This repository contains functions for basic steps of exploratory data analyis.
- Step 1 : Download the
imp_functions.py
file in the folder where your project file is. - Step 2 : Now open terminal and run
python imp_functions.py
file - Step 3 : Follow as mentioned in the
example.ipyb
file
basic_profile
for basic viewwing of the datasetmissing_val_per
missing value percentages in the datasetimbalance_check
to check if the dataset is imbalancedfind_outliers
check the outliers in the dataset (quartile-method)zscore_outliers
check the outliers(z-score method)