All functions

fast_corr()

Create correlation matrix for columns in dataframe

fast_missing_impute()

Modifies missing data by removing or imputing with mean, median, mode, or multiple.

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.

fast_plot()

Creates either scatter plot, line plot or bar chart using two columns from dataframe