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

Missing values percentage

Definition

Number of missing values relative to the number of rows in the partition, expressed as percentage → (number of null or missing values in column ÷ total rows in partition) × 100

Source

data

Computation

1 - (count(column) / count(*)) × 100


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?