| Column | Distribution | Skewness | Exc. kurtosis | Medcouple | Normal? | Multimodal? | N (non-null) | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ col }} | {% if info.get("error") %}{{ info.error }} (n={{ info.n }}) | {% else %}{{ info.distribution_type }} | {{ "%.4f"|format(info.skewness) }} | {{ "%.4f"|format(info.excess_kurtosis) }} | {{ "%.4f"|format(info.medcouple) }} | {{ "yes" if info.is_normal else "no" }} | {{ "yes" if info.is_multimodal else "no" }} | {{ "{:,}".format(info.n) }} | {% endif %}||||||
No columns in this profile report.
{% endif %} {% else %}No profile report found for dataset {{ dataset_name }}.
{% endif %}