inspectdf
is collection of utilities for columnwise summary, comparison and visualisation of data frames. Functions are provided to summarise missingness, categorical levels, numeric distribution, correlation, column types and memory usage.
The package has three aims:
Check out the package website for further documentation and examples.
To install the development version of the package, use
devtools::install_github("alastairrushworth/inspectdf")
To install the CRAN version of the package, use
install.packages("inspectdf")
inspect_types()
summary of column typesinspect_mem()
summary of memory usage of columnsinspect_na()
columnwise prevalence of missing valuesinspect_cor()
correlation coefficients of numeric columnsinspect_imb()
feature imbalance of categorical columnsinspect_num()
summaries of numeric columnsinspect_cat()
summaries of categorical columnsAny feedback is welcome! Feel free to write a github issue or send me a message on twitter.