{% 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
{% with values=values['sections'], anchor_id=values['varid'], classes='collapse col-sm-12', id='descriptives' ~ values['varid']|string %} {% include "components/tabs.html" %} {% endwith %} {% include '_row_footer.html' %}