detect_dupl_cols: Detect if any column of a data.frame is a duplicate of another
Description
It occasionally happens that 2 (or more) columns in dataframe are exactly identical.
This could lead to redundant computational cost and unexpected behavior in Machine Learning methods.
This function scans though all column combinations of dataframe to examine if any 2 columns are exactly identical.