Skip to contents

All functions

cat_dist_heatmap()
Create concatenated charts showing the heatmap of two categorical variables and the barcharts for occurrance of these variables. Heatmap will be on the left and the two barcharts will be on the right in the same column.
num_dist_by_cat()
Create a histogram paired with a box plot.
num_dist_scatter()
num_dist_scatter Creates a scatter plot given two numerical features.
num_dist_summary()
Create a distribution plot of the numeric variable in general and statistical summary of the feature . In addition, the correlation values of the input variable with other features based on a threshold will also be returned