Easy EDA Visualizations
Simple plotting methods extensions for matplotlib/seaborn to speed up the EDA process.
As I worked on some Data Science projects I noticed that there are activities that are performed in each project, especially when it comes to Exploratory Data Analysis. Therefore I wrote some functions to plot e.g. histograms, boxplots or kdeplots for the columns of a dataframe to speed up the EDA process.