# outviz
This repository contain code and function for visualizing all types of different plots seperately 
for both categorical and numerical data in one graph so we can explore different things in one click.
-------------------
Univariate Plots
Multivariate Plots

This repository also contain code and function for handling missing values and outliers and 
have ability to drop or replace them with mean, mode, median or cap with min-max limit
-------------------
Zscore_Outliers
IQR_Outliers

#Replacce outliers with- mean, median, mode, cap