This function calculates summary statistics per column for the dataset provided
describe(header, data)
m x 1 vector of headers for numeric data
n x m matrix of numeric data, with matrix of column vectors
This function calculates summary statistics for the dataset provided per column and displays the ouput to the console. The count, unique count, min, max, mean, standard deviation, mode and 25/75th percentiles.