For the complete documentation index, see llms.txt. This page is also available as Markdown.

Duplicate percentage

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


You are not logged in to Soda and are viewing the default public documentation. Learn more about Documentation access & licensing.

If you do have a Soda license, make sure to log in to Soda Cloud in this same browser.

Last updated

Was this helpful?