Summary algorithm#
Description#
This algorithm computes a number of basic statistics. For numerical columns, the count, mean, standard deviation, minimum, maximum, number of missing values are computed; for category columns, the count, number of missing values, and the count of unique values are computed.
Source code#
Source code is available in the following GitHub repository.