Duplicate percentage

This metric is a work in progress.

Definition

Percentage of all duplicate non-NULL records in a column.


For example: duplicate_percent(id) on this table is 0.66 (or 66%):

id
name

1

a

1

b

2

c

null

d

null

e

Source

data

Last updated

Was this helpful?