All functions

column_stats()

Obtain summary statistics of column(s) including count, mean, median, mode, Q1, Q3, variance, standard deviation, correlation, and covariance in table format.

numeric_plots()

Generate scattered plot matrix of numeric features for EDA

plot_histogram()

Creates histograms for numerical features within a dataframe using ggplot2

preprocess()

Preprocess data in txt, csv, Excel, etc. by dealing with missing values in numeric columns.