boxuancui / DataExplorer

Automate Data Exploration and Treatment
http://boxuancui.github.io/DataExplorer/
Other
512 stars 88 forks source link

Columns with missing values only in plot_missing() #127

Closed AlexLabram closed 5 years ago

AlexLabram commented 5 years ago

Added option to plot_missing() so that it can ignore variables with no missing values. Very useful for datasets like the Kaggle House Prices contest (81 variables, only 19 of them having missing data), where the chart would otherwise be too cluttered to read.

I'm a complete newbie to both Git and R package development, so there's a very high chance that I've got something wrong here - apologies in advance.