Given a dataset, check for any duplication in the dataset. Arguments:
Data frame
exclude_columns: the list of columns to be excluded (optional). Alternatively, pass the list of columns to check, and if no columns are specified, use all. Decide which option would be more useful.
The goal will be to check quantitative values, but it could have other applications
Given a dataset, check for any duplication in the dataset. Arguments:
exclude_columns
: the list of columns to be excluded (optional). Alternatively, pass the list of columns to check, and if no columns are specified, use all. Decide which option would be more useful.The goal will be to check quantitative values, but it could have other applications