{% with vartype='Categorical' %} {% include '_row_header.html' %} {% endwith %}
| Distinct count | {{ values['distinct_count'] }} |
|---|---|
| Unique (%) | {{ values['p_unique'] | fmt_percent }} |
| Missing (%) | {{ values['p_missing'] | fmt_percent }} |
| Missing (n) | {{ values['n_missing'] }} |
| Max length | {{ values['max_length'] | fmt_numeric }} |
|---|---|
| Mean length | {{ values['mean_length'] | fmt_numeric }} |
| Min length | {{ values['min_length'] | fmt_numeric }} |
| Contains {{ key }} | {{ values['composition'][key] }} |