Correlations
Columns included (capped): {{ cols | length }}
{% if pearson_div %}
Pearson
{{ pearson_div | safe }}
{% else %}
Not enough numeric columns for Pearson correlation.
{% endif %}
{% if spearman_div %}
Spearman
{{ spearman_div | safe }}
{% else %}
Not enough numeric columns for Spearman correlation.
{% endif %}