fast_outlier_id()
|
Analyzes the values of a given column list in a given dataframe, identifies outliers using either the Z-Score algorithm or interquantile range algorithm.
The return is a dataframe containing the following columns: column name, list containing the outlier's index position, percentaje of total counts considered outliers.
Modifies an existing dataframe, with missing values
imputed based on the chosen method. |