Rows
Date Created
Table

{{typeObject.label}}

Back To Year

{{#if profileData}}
Cardinality
{{profileData.cardinality}}

% NonNull
{{profileData.nonNullData}}%

{{#ifCond typeObject.type "==" "string"}}
Average Length
{{profileData.averageLength}}

Max Length
{{profileData.maxLength}}

{{/ifCond}} {{#ifCond typeObject.type "==" "numeric"}}
Min
{{profileData.minValue}}

Max
{{profileData.maxValue}}

Mean
{{profileData.meanValue}}

Median
{{profileData.medianValue}}
{{/ifCond}} {{/if}}