{% 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'] }}
{{ values['minifreqtable'] }}
Toggle details
{{ values['freqtable'] }}
{% if values['composition'] %}
{% for key in values['composition'] %} {% endfor %}
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] }}
{% endif %}
{% include '_row_footer.html' %}