df_uniqueness_properties: Auto-detect suspicious columns

Description Usage Arguments Examples

View source: R/random_rotation.R

Description

Detect quasi-unique string (character) and factor columns with a threshold tl, as well as columns that include too much repetition of one value with a threshold th

Usage

1
df_uniqueness_properties(df, th = 0.9, tl = 0.85)

Arguments

df

data frame

th

threshold for percentage of unique values

tl

threshold for percentage of most frequent identical value

Examples

1

randomrotation/random.rotation documentation built on Dec. 31, 2020, 2:15 a.m.